View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Atishoo Atishoo is offline
external usenet poster
 
Posts: 267
Default web browser visible state

I know how to set web browser 2 to visible or not using a sub on the active
page
me.webrowser2.visible=false
but how might I set its statue to true or false using a sub on a different
page (in this case a command button sub that chages to the page with the web
browser on so its visible when the page changes)