Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default In Excel, how do i automatically re-direct the cursor to a new spr

I want to setup an excel cell, such that when it is selected it re-directs
the cursor to a new page in the workbook automatically (like a website
button) it opens the selected page

pse can you advise thanks so much rgds Chris
--
Sorry novice needing help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default In Excel, how do i automatically re-direct the cursor to a new spr

One way:

Choose Insert/Hyperlink. In the Link To: box, enter an octothorpe
followed by the reference to the worksheet cell to jump to, e.g.:

#Sheet2!A1


In article ,
Cjbrad wrote:

I want to setup an excel cell, such that when it is selected it re-directs
the cursor to a new page in the workbook automatically (like a website
button) it opens the selected page

pse can you advise thanks so much rgds Chris

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default In Excel, how do i automatically re-direct the cursor to a new spr

Hi,

Select the cell and then right click and click hyperlink.

Select 'place in this document' and from there you can set the hyperlink to
take you to any sheet and if you modify the address (it defaults to A1) to
any cell in a worksheets.

If you have created any named ranges you can also direct to them.

Mike

"Cjbrad" wrote:

I want to setup an excel cell, such that when it is selected it re-directs
the cursor to a new page in the workbook automatically (like a website
button) it opens the selected page

pse can you advise thanks so much rgds Chris
--
Sorry novice needing help

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default In Excel, how do i automatically re-direct the cursor to a new spr

On May 31, 2:26 pm, Cjbrad wrote:
I want to setup an excel cell, such that when it is selected it re-directs
the cursor to a new page in the workbook automatically (like a website
button) it opens the selected page

pse can you advise thanks so much rgds Chris
--
Sorry novice needing help


Menu InsertHyperlink... ?

Or else, with an event macro:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Addrress = "$A$1" Then Sheets("Sheet2").Activate
End Sub

To install, right-click on the sheet tab, choose View Code. WHen the
VBA IDE comes up paste the above code to the Sheet's code window.

HTH
Kostis Vezerides

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default In Excel, how do i automatically re-direct the cursor to a new

MIke

Thanks so much absolutely "simple" when you know how. Very much appreciated
.. Regards Chris

--
Sorry novice needing help


"Mike H" wrote:

Hi,

Select the cell and then right click and click hyperlink.

Select 'place in this document' and from there you can set the hyperlink to
take you to any sheet and if you modify the address (it defaults to A1) to
any cell in a worksheets.

If you have created any named ranges you can also direct to them.

Mike

"Cjbrad" wrote:

I want to setup an excel cell, such that when it is selected it re-directs
the cursor to a new page in the workbook automatically (like a website
button) it opens the selected page

pse can you advise thanks so much rgds Chris
--
Sorry novice needing help

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
Automatically move cursor when cell value changes scotty New Users to Excel 3 January 23rd 07 12:03 AM
Automatically move cursor when cell value changes Gary''''s Student New Users to Excel 0 January 19th 07 08:20 PM
Automatically move cursor when cell value changes scotty New Users to Excel 0 January 19th 07 08:15 PM
Turn off cursor from automatically highlighting cells in Excel? OregonKate Excel Worksheet Functions 1 July 15th 05 05:50 AM
Can I change the "white cross" cursor in Excel to another cursor? KFEagle Excel Discussion (Misc queries) 1 May 3rd 05 08:01 PM


All times are GMT +1. The time now is 03:21 PM.

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"