Thread: hyperlinks
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default hyperlinks

Yes beacuse the application (Excel or your web browser) is keeping a list of
the places you visit.
But each file does not know where it is in that list. It is just "open" or
"not open".

What are you trying to achieve ?

NickHK

"Mogge" ...
Hello NickHK!
But way thas it work when push web link back.


"NickHK" wrote:

You mean that workbookA opens workbookB with a hyperlink and you want
WorkbookB to know where the link came from ?
If so, no possible AFAIK, as the destination has no knowledge of where
the
link came; it is told open by windows, so it does.

NickHK

"Mogge" ...

Hi!

How can i go 1 step back from a hyperlink object even if it is to
another
workbook?
I create hyperlinks with code, and then i want to follow it. Thats not
a
problem. Then i want a new macro to get back from that link to the
previuos
even if it is another workbook.