PC Review


Reply
Thread Tools Rate Thread

how to creat shortcut button to switching between worksheets?

 
 
kclau
Guest
Posts: n/a
 
      10th Jan 2008
I would like to add a button on the worksheet to switching between different
worksheets. Also like to add a "print" button on the active sheet as well.
Please help!
Thanks All
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      10th Jan 2008
Sub Switch()
If Worksheets.Name = "Master" Then
Worksheets("Some Other").Activate
Else
Worksheets("Master).Activate
End If
End Sub

print is just

Activesheet.Printout

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"kclau" <(E-Mail Removed)> wrote in message
news:CAE5B716-D680-41A9-B506-(E-Mail Removed)...
>I would like to add a button on the worksheet to switching between
>different
> worksheets. Also like to add a "print" button on the active sheet as well.
> Please help!
> Thanks All



 
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
keyboard shortcut for switching between worksheets?? =?Utf-8?B?QkMwMjI4NDE=?= Microsoft Excel Worksheet Functions 2 17th Oct 2006 08:56 PM
Keyboard Shortcut Key for Switching between Worksheets In a Workbook cLiffordiL Microsoft Excel Discussion 5 22nd Sep 2006 07:59 PM
What is the shortcut for switching between worksheets? =?Utf-8?B?REpBTGlr?= Microsoft Excel Misc 1 15th Sep 2005 04:55 PM
merge to creat worksheets Glenn Microsoft Excel Discussion 1 29th Oct 2004 06:04 PM
How do I creat this shortcut ? Babel17 Windows XP Basics 4 30th Aug 2004 12:45 AM


Features
 

Advertising
 

Newsgroups
 


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