K
kena
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
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