View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TKS_Mark TKS_Mark is offline
external usenet poster
 
Posts: 68
Default Back Button Macro

I recorded a macro to find the command for "back". I want to insert this
back button at the target of a hyperlink so users can go back to source.
Unfortunately, the recording showed back as

Application.Goto Reference:="DBC!R3C19"

which is to a specific cell instead of truly back. How can I go back? And
once I learn this, do I just put the correct command between the last two
quotes of

=EMBED("Forms.CommandButton.1","")

which is an embedded part of an Active X command button?

Thanks.