Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default Button- Hyperlink- please help?

How do i create hyperlink for buttons so that whrn i click on button i go to
another sheet in same workbook at a perticular point?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default Button- Hyperlink- please help?

If I understand your question correctly ......

Draw the AutoShape by using the drawing toolbar. Then right-click on the shape, hyperlink, place in this document and choose your sheet.

A fancy way is to create a drop-down list with all the sheet names. Then use hyperlink( ) to link to the selected worksheet. Don't even need a combobox.

Hope this helps.

Epinn

"Anand vijay" wrote in message ...
How do i create hyperlink for buttons so that whrn i click on button i go to
another sheet in same workbook at a perticular point?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Button- Hyperlink- please help?

Give the cell or range a name

Sub get_there()
Application.Goto Reference:="MyRange" ', Scroll:=True 'optional
End Sub

You can do the same thing without using code or buttons......just Insert
Hyperlink and point to the cell in the other workbook.


Gord Dibben MS Excel MVP


On Mon, 15 Jan 2007 12:10:02 -0800, Anand vijay
wrote:

How do i create hyperlink for buttons so that whrn i click on button i go to
another sheet in same workbook at a perticular point?


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
Excel Hyperlink doesn't open Word doc the same way as Word does duugg Excel Discussion (Misc queries) 2 October 12th 06 03:14 PM
Formatting Sunday88310 Excel Discussion (Misc queries) 6 October 9th 06 09:43 AM
Unable to follow Hyperlink via keyboard Enter button Edmund Setting up and Configuration of Excel 1 July 4th 06 12:27 PM
automatically close hyperlink with back button Holly Williams Excel Worksheet Functions 2 September 20th 05 02:10 PM
Hyperlink added to an activex control button Dimmer Excel Discussion (Misc queries) 1 August 11th 05 03:06 PM


All times are GMT +1. The time now is 03:57 AM.

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

About Us

"It's about Microsoft Excel"