View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
p3plyr p3plyr is offline
external usenet poster
 
Posts: 15
Default add ref to Microsoft HTML Object Library

hi

i am working with VBA, and due to the nature of my project, i am using the
web browser.

if i go to the visual basic editior in excel, select tools, referecnes, and
scroll down and select Microsoft HTML Object Library the code will fire
without a hitch.

however, another user might not have Microsoft HTML Object Library
referenced and when they go to use the routine it will bug out.

so my question is, how can i code it directly into the VBA to reference the
Microsoft HTML Object Library to make sure whoever uses the program doesnt
have a problem

thanks