MikeLanglois
New Member
Good afternoon,
I currently have two web browser objects on a spreadsheet. WB1 is covering WB2 as WB2 has an advert at the bottom, and the way they are now, WB1 covers WB2's ad, while its add is off screen.
One of the problems I have is that on occasion, WB2 will load on top of WB1. I want to create a macro that refreshes the web browser pages, and brings WB1 on top of WB2.
So far I have:
ActiveSheet.Shapes("ReserveMap").Select
Selection.ShapeRange.ZOrder msoBringToFront
Dashboard.Map.Navigate2 "URL Link"
Dashboard.ReserveMap.Navigate2 "URL Link"
Which refreshes the map, but does not bring WB1 on top of WB2.
Can someone suggest something that will put them in the right order, without having to go into design mode and organize them myself?
Many thanks
I currently have two web browser objects on a spreadsheet. WB1 is covering WB2 as WB2 has an advert at the bottom, and the way they are now, WB1 covers WB2's ad, while its add is off screen.
One of the problems I have is that on occasion, WB2 will load on top of WB1. I want to create a macro that refreshes the web browser pages, and brings WB1 on top of WB2.
So far I have:
ActiveSheet.Shapes("ReserveMap").Select
Selection.ShapeRange.ZOrder msoBringToFront
Dashboard.Map.Navigate2 "URL Link"
Dashboard.ReserveMap.Navigate2 "URL Link"
Which refreshes the map, but does not bring WB1 on top of WB2.
Can someone suggest something that will put them in the right order, without having to go into design mode and organize them myself?
Many thanks