Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default hyperlink based on user's input


I have a workbook with several worksheets. Is it possible to jum
(hyperlink) to a specific worksheet by entering its name in a cell?

For example,
i have a workbook with worksheets A,B,C,D,E. If the user enters "D" i
a specific cell, I'd like that worksheet to open.

Does that make sense

--
izbryt

-----------------------------------------------------------------------
izbryte's Profile: http://www.excelforum.com/member.php...fo&userid=1674
View this thread: http://www.excelforum.com/showthread.php?threadid=32011

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default hyperlink based on user's input


go to tools-macro-visual basic editor. double click sheet1 ,sheet
.... and paste the below code.

Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo interrupt
Worksheets(Target.Value).Select
interrupt:
End Su

--
anilsolipura
-----------------------------------------------------------------------
anilsolipuram's Profile: http://www.excelforum.com/member.php...fo&userid=1627
View this thread: http://www.excelforum.com/showthread.php?threadid=32011

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default hyperlink based on user's input

Hi
see your other post

--
Regards
Frank Kabel
Frankfurt, Germany

"izbryte" schrieb im Newsbeitrag
...

I have a workbook with several worksheets. Is it possible to jump
(hyperlink) to a specific worksheet by entering its name in a cell?

For example,
i have a workbook with worksheets A,B,C,D,E. If the user enters "D"

in
a specific cell, I'd like that worksheet to open.

Does that make sense?


--
izbryte


---------------------------------------------------------------------

---
izbryte's Profile:

http://www.excelforum.com/member.php...o&userid=16740
View this thread:

http://www.excelforum.com/showthread...hreadid=320110


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
How to input pictures automatically based on cell input? bsharp Excel Worksheet Functions 9 May 30th 09 07:16 AM
run macro with input msg based on cell input Janelle S Excel Discussion (Misc queries) 0 January 20th 08 05:23 AM
copy worksheet multiple times base on user's input [email protected] Excel Worksheet Functions 2 June 15th 07 05:51 PM
hyperlink based on user's input izbryte Excel Worksheet Functions 1 November 24th 04 02:51 PM
CODE to select range based on User Input or Value of Input Field Sandi Gauthier Excel Programming 4 December 8th 03 03:22 PM


All times are GMT +1. The time now is 05:46 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"