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

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