View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] meh2030@gmail.com is offline
external usenet poster
 
Posts: 135
Default access internet through VBA

On Jun 26, 3:15 pm, wrote:
Hi All,

I'm writing a detailed program in excel vba compiling several
worksheets from various files into one. Some of these sheets are
generated by a private online server.

I would like help with writing code to access the internet and to
select the appropriate data to download by having vba automatically
select the appropriate CHECKBOXES on the website.

~newbie


Start by searching something like "IE Automation" within the group.
There's lots of internet automation stuff within the group. I have
found code on clicking items from drop downs, clicking on images and
links, selecting check boxes, etc.

Matt