View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
anilsolipuram[_21_] anilsolipuram[_21_] is offline
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