View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robert ap Rhys Robert ap Rhys is offline
external usenet poster
 
Posts: 21
Default VBA WebBrowser1 Scroolbars


"vqthomf" wrote in message
...
Hi I am using WebBrowser1 on a userform linked to a web cam is there any

way
I can turn off the scrollbars?.
TIA
Charles


Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, _
URL As Variant)
WebBrowser1.Document.body.Scroll = "no"
End Sub

HTH

Robert