Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default VBA WebBrowser1 Scroolbars

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
WebBrowser1?? David Excel Programming 4 September 13th 05 05:55 PM


All times are GMT +1. The time now is 04:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"