Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to create a hyperlink that navigates back, not to a specific
sheet/cell. Is there a simple way to format the HYPERLINK command to do this ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Back" to what? The previously selected cell? Worksheet? I don't think
it can be done with the HYPERLINK worksheet function, but it can probably be done with a Hyperlink object attached to a cell. Cordially, Chip Pearson Microsoft MVP Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Wed, 17 Dec 2008 07:40:16 -0800, Hyperlinking Back <Hyperlinking wrote: I need to create a hyperlink that navigates back, not to a specific sheet/cell. Is there a simple way to format the HYPERLINK command to do this ? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Back to where you were before you got to where you are. I want the same
behavior as is the Web toolbar category Back command (green circle with left arrow), also the same behavior as the Back button on your web browser, explorer...etc. Whatever object accomplishes this (Hyperlink command, button, marco) behavior doesn't matter but the simplest approach would be preferred. Mike "Chip Pearson" wrote: "Back" to what? The previously selected cell? Worksheet? I don't think it can be done with the HYPERLINK worksheet function, but it can probably be done with a Hyperlink object attached to a cell. Cordially, Chip Pearson Microsoft MVP Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Wed, 17 Dec 2008 07:40:16 -0800, Hyperlinking Back <Hyperlinking wrote: I need to create a hyperlink that navigates back, not to a specific sheet/cell. Is there a simple way to format the HYPERLINK command to do this ? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ALT-BACKARROW
-- Gary''s Student - gsnu200820 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes I know that keyboard short cut but I need to make this braindamaged
simple and obvious for others. So a button or hyperlink is what I envision. "Gary''s Student" wrote: ALT-BACKARROW -- Gary''s Student - gsnu200820 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Plop any kind of button, or Picture, or ClipArt on the sheet and assign this
macro to it: Sub goback() Application.Goto End Sub This is the VBA equivalent to ALT-BACKARROW. Alternatively, you can programmatically: View Toolbars Web There is a nice backarrow on this toolbar -- Gary''s Student - gsnu200820 "Hyperlinking Back" wrote: Yes I know that keyboard short cut but I need to make this braindamaged simple and obvious for others. So a button or hyperlink is what I envision. "Gary''s Student" wrote: ALT-BACKARROW -- Gary''s Student - gsnu200820 |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Let me clarify - I want to make it braindamaged simple for a viewer of the
worksheet to navigate back. A button or hyperlink (big bold letters saying BACK) is what I envision. "Hyperlinking Back" wrote: Back to where you were before you got to where you are. I want the same behavior as is the Web toolbar category Back command (green circle with left arrow), also the same behavior as the Back button on your web browser, explorer...etc. Whatever object accomplishes this (Hyperlink command, button, marco) behavior doesn't matter but the simplest approach would be preferred. Mike "Chip Pearson" wrote: "Back" to what? The previously selected cell? Worksheet? I don't think it can be done with the HYPERLINK worksheet function, but it can probably be done with a Hyperlink object attached to a cell. Cordially, Chip Pearson Microsoft MVP Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Wed, 17 Dec 2008 07:40:16 -0800, Hyperlinking Back <Hyperlinking wrote: I need to create a hyperlink that navigates back, not to a specific sheet/cell. Is there a simple way to format the HYPERLINK command to do this ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i go back from a hyperlink ? | Excel Discussion (Misc queries) | |||
Going back from a hyperlink when it has changed to another workboo | Excel Discussion (Misc queries) | |||
hyperlink: back to last worksheet | Excel Worksheet Functions | |||
automatically close hyperlink with back button | Excel Worksheet Functions | |||
How to revert back to the original file name in a hyperlink | Excel Discussion (Misc queries) |