PC Review


Reply
Thread Tools Rate Thread

Append shortcut link to open a particular workbook TAB

 
 
bob
Guest
Posts: n/a
 
      4th Feb 2011
Workbook named Finance with tabs such as Sheet1, Sheet2, Sheet3 etc.
except I have them named differently than what the default is.

A typical Link window appears as :C:\Financial\Finance-2011b.xls
I want to add address code to open a particular Sheet TAB. Is this
possible and does anyone know how to do it?

Thanks friends for any help you can give me.
Bob
 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      4th Feb 2011
A couple of alternatives...
1. The sheet that is active (displayed), when you save a workbook,
is the one displayed when the workbook is opened.
2. You could add VBA code to the ThisWorkbook module to force
a switch to particular sheet when the workbook opens.
The user would have to enable macros....
'---
Private Sub Workbook_Open()
ThisWorkbook.Sheets("Sludge").Activate
End Sub
--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware
(Extras for Excel add-in: convenience built-in)




"bob" <(E-Mail Removed)>
wrote in message
news:4dd2a49b-5d6f-41d3-9406-(E-Mail Removed)...
> Workbook named Finance with tabs such as Sheet1, Sheet2, Sheet3 etc.
> except I have them named differently than what the default is.
>
> A typical Link window appears as :C:\Financial\Finance-2011b.xls
> I want to add address code to open a particular Sheet TAB. Is this
> possible and does anyone know how to do it?
>
> Thanks friends for any help you can give me.
> Bob



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using a Windows Shortcut to Open to Specific Sheet in Workbook Staying Productive Microsoft Excel Misc 4 22nd Dec 2009 04:37 PM
VBA to open a shortcut to a workbook Walden2 Microsoft Excel Programming 3 7th Oct 2007 01:17 PM
shortcut to open workbook as read only? Excel 2000 insert your name here Microsoft Excel Discussion 5 27th May 2007 02:29 PM
Shortcut or button to open workbook M.Siler Microsoft Excel Misc 6 11th Oct 2004 10:56 PM
when open workbook, change existing link to another workbook Chrissie Frisbee Microsoft Excel Misc 1 10th Sep 2003 12:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:57 PM.