1
Answer

navigating from one url to another url

Neelima

Neelima

12y
1.6k
1
how can we navigate from one website to another.....for example i had a website regarding hutch and it got obsolete so i wanted users whoever opened hutch website should be redirected to vodafone website...when i am using response.redirect it is redirecting automatically..but first i want to open hutch then there should be a link like clicke here . when the user click it then it should open vodafone ...how can we do that

Answers (1)
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y

excelSheets = excelWorkBook.Sheets("Sheet1")
excelSheets.Activate()
excelSheets.Shapes.Item(1).ControlFormat.List

Like this way you can find the different shapes (controls). Put a break point and check the values..