I am fairly new to access and I am having a hard time learning the 
VBA and Macro functionality of this program.  I am very familiar with 
creating and using VBA and Macros in excel, but it seems a lot 
different than what I am used to...   

Here is my problem -- I am trying to insert a chart from a website.  
I can do this using excel by utilizing the following code.  

Sub testchart()
   With ActiveSheet.Pictures _
      .Insert _
("http://stockcharts.com/def/servlet/SharpChartv05.ServletDriver?
chart=ko,uu[l,a]daclyyay[pb50!b200][vc60][iub14!la12,26,9]&r=1171")
   End With

End Sub


I have been trying (in vain) to figure out the access equivalent to 
this code... any thoughts out there?  







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/q7folB/TM
--------------------------------------------------------------------~-> 


Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to