View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Keep IE on top of the form

How about including a webbrowser onto the userform itself:
http://www.dailydoseofexcel.com/arch...owser-control/

HTH. Best wishes Harald

"Scott" skrev i melding
...
My program requires the user to copy numbers to a UserForm from an

Internet
Explorer page. I was able to resize the IE to half of my screen. Is there

a
way to keep IE on top of the Form while the user still can edit the Form

so
that the user does not have to switch back and forth between two

applications?

Thanks.