LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dag Dag is offline
external usenet poster
 
Posts: 1
Default SHDOCVW in Worksheet

Help I am having issues adding a webbrowser on a worksheet. The object gets
created ok and I can browse but, when I switch to a different worksheet Excel
gets an exception error and closes. I seems like it works ok for small
webpages but bigger ones blow up excel.

I am running Excel 2003 and IE6 sp2

Here is the code I am using:

Function testWebFunc()
Dim browawe As New SHDocVw.InternetExplorer
Set browawe = ActiveSheet.OLEObjects.Add(ClassType:="Shell.Explo rer.2",
Link:=False, _
DisplayAsIcon:=False, Left:=0.75, Top:=50,
Width:=Application.ActiveWindow.Width - 50, Height:=2000 _
).Object
browawe.Navigate "http://google.com"
End Function

 
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
automatically appending newly added data on worksheet to a master list worksheet tabylee via OfficeKB.com Links and Linking in Excel 0 December 17th 09 04:24 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Charts and Charting in Excel 3 August 24th 06 07:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
SHDocVw.InternetExplorer Pslm1271 Excel Programming 3 August 24th 04 04:49 AM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


All times are GMT +1. The time now is 10:29 PM.

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"