Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default activate sheet only using hyperlink



i want to activate specific sheet only,,, namely not cell is activated.
only sheet....
cells(2,3).value=sht.name
cells(2,3).Hyperlinks.Add Anchor:=cells(2,3),Address:=ShtName

below source is not...
With Cells(ro, col)
.Value = sht.Name
.Hyperlinks.Add Anchor:=.Cells, Address:="", SubAddress:=
_
"'" & .Value & "'!A1",
TextToDisplay:=.Value
end With


*** Sent via Developersdex http://www.developersdex.com ***
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
Using VBA to Activate a Hyperlink Matt Excel Programming 5 November 20th 08 04:56 PM
Activate Hyperlink in Named Range David Excel Worksheet Functions 2 May 8th 07 12:04 PM
Hyperlink in cells....how to activate it with out a mouse homer Excel Discussion (Misc queries) 0 November 22nd 06 01:10 AM
How do I de-activate hyperlink in Excel ? Nik New Users to Excel 2 November 18th 05 02:14 PM
adding text path via macro to activate hyperlink Carole Excel Programming 1 September 3rd 03 01:30 AM


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