Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding a webBrowser object dynamically to a sheet

I have created a macro that adds a webBrowser activex
object to a sheet dynamically.
ie:
ActiveSheet.OLEObjects.Add
(ClassType:="Shell.Explorer.2", Link:=False, _
DisplayAsIcon:=False, Left:=6, Top:=510.75,
Width:=3033.75, Height:= _
91.5).Select

Problem is: When I tell that object to navigate to a link
it does not redraw on the sheet. If I select it in "design
mode" then cut and paste it then will redraw. Wondering if
anyone has seen this as a bug and/or if there is a work
around for it.

Thanks in advance,
Ken
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
Dynamically Adding Textbox To Frame sarndt Excel Worksheet Functions 0 March 15th 10 06:19 PM
webbrowser - excel - modifications [email protected] Excel Discussion (Misc queries) 1 January 26th 06 04:31 AM
Transfer/Copy Sheet, Dynamically linked Sheet 0-0 Wai Wai ^-^ Excel Discussion (Misc queries) 2 December 23rd 05 10:04 PM
creating a combobox dynamically on an excel sheet gupt New Users to Excel 8 June 7th 05 04:07 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 01:44 PM.

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"