View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean[_2_] Dean[_2_] is offline
external usenet poster
 
Posts: 16
Default run Internet explorer in VBA 2007 (EXCEL)

On Jan 9, 2:35*am, "Harald Staff" wrote:
"Dean" wrote in message
news:7117a377-22c8-4c6d-98aa- ....
Hey! thanks alot, not I am planning to add a list box for the hitory,
should I just use additem when you click the Go button, that shouldn't
be too hard, well once again, thanks


You're welcome.
Hard part would then be to save the history between excel shutdowns /
computer reboots. Do this by writing to / reading from a text file, ini
file, xml file, database, worksheet or similar. Web is full of samples.
Consider also not to save "Go" entries that are invalid -check the other
events for that. Maybe NavigateComplete2 or StatusTextChange is the place to
save instead.

Best wishes Harald


oh, ok thanks
yea got the code to read and write .txt files on my other computer
but that is somewhere else