LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default Problem with webbrowser control

I am doing the following

Creating a new spreadsheet

say On Sheet2 creating some simple code such as

'option explicit
Private Sub Worksheet_Activate()

With WebBrowser1
.Navigate2 "www.google.co.uk"

Do Until .ReadyState = READYSTATE_COMPLETE
DoEvents
Loop

MsgBox "OK"
End With

End Sub


Office2000 with WIndowsME and IE 6.0

I've read about conflicts between gator (which I don't run - but I do
run roboform which is a similar product) - just wondered if anyone has
had this recently and knows the fix. My code is relatively simple, so
it's not that I am doing anything bad is it?
--
Mike
 
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
Can I call an Excel VBA function from within a WebBrowser control? John Brock Excel Discussion (Misc queries) 0 October 20th 09 02:16 AM
Set Focus Problem for textbox control on multipage control ExcelDeveloperSPR Excel Programming 1 July 16th 04 08:54 PM
How to open an Excel worksheet in the webBrowser control Gary Excel Programming 0 April 30th 04 05:29 PM
webbrowser control error No Name Excel Programming 0 November 18th 03 05:18 AM
webbrowser control tab navigation Cesar Zapata[_2_] Excel Programming 1 July 11th 03 11:57 PM


All times are GMT +1. The time now is 10:55 AM.

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

About Us

"It's about Microsoft Excel"