|
-
Aug 10th, 2005, 01:44 PM
#1
Thread Starter
Member
[Resolved]Simple and Urgent
Hey,
this must be a simple problem, but for the life of me I cannot figure it out.
How can I make it so that excel selects a particular sheet every time this workbook is opened.
When I open excel, I want the sheet to select the sheet named "Primer."
Any help would be appreciated, I'll keep looking.
Thanks!
Last edited by Bartender; Aug 10th, 2005 at 03:21 PM.
-
Aug 10th, 2005, 01:53 PM
#2
Re: Simple and Urgent
VB Code:
Sub AutoExec()
Sheets("Primer").Select
End Sub
Maybe..
In a module by the way
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Aug 10th, 2005, 01:55 PM
#3
Frenzied Member
Re: Simple and Urgent
It may have to be named "Auto_Open"
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Aug 10th, 2005, 01:58 PM
#4
Re: Simple and Urgent
Yep thinking of access..
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Aug 10th, 2005, 03:20 PM
#5
Thread Starter
Member
Re: Simple and Urgent
Thanks, Works perfectly
.. I think
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|