Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Placing the target cell after a hyperlink is executed

When "hyperlinking" to a given cell (with a macro, not
with a true hyperlink), how can you "place" the cell you
hyperlink to in the top left corner of the worksheet area?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Placing the target cell after a hyperlink is executed

Try

Application.Goto Reference:=Sheets(1).Cells(10,10) ,Scroll:=True

Sheets(1).cells(10,10) used as an example - replace as necessary.
Please note the colon before the = sign

Regards,
Don

"Jon Rathbun" wrote in message
...
When "hyperlinking" to a given cell (with a macro, not
with a true hyperlink), how can you "place" the cell you
hyperlink to in the top left corner of the worksheet area?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Placing the target cell after a hyperlink is executed

Guessing what you mean by "hyperlinking"

Application.Goto Reference:=Worksheets("sheet1").Range("Z29"), Scroll:=True

Regards,
Tom Ogilvy

Jon Rathbun wrote in message
...
When "hyperlinking" to a given cell (with a macro, not
with a true hyperlink), how can you "place" the cell you
hyperlink to in the top left corner of the worksheet area?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prevent Cell modification when Excel is executed Paul Worsnop Excel Discussion (Misc queries) 2 November 11th 08 04:19 PM
scrolling target cell to top of page after hyperlink BROCK8292 Excel Discussion (Misc queries) 6 September 21st 07 05:22 PM
Target cell reference moves when target is cut and pasted Illya Teideman Excel Discussion (Misc queries) 5 May 31st 07 11:34 AM
Set 'target' for hyperlink Techno~ Excel Discussion (Misc queries) 0 August 16th 06 04:29 PM
When a cell is merely selected, executed an evaluation? CRayF New Users to Excel 8 September 19th 05 01:22 AM


All times are GMT +1. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"