worksheets

J

Josh

can i asign a command to a button that woulld switch to another worksheet
within a workbook?
 
N

N10

Josh said:
can i asign a command to a button that woulld switch to another worksheet
within a workbook?

Yes try for example

Sheets("Sheet1").Select

or use the macro recrorder

Best N10:)
 
B

Bob Phillips

Can't you just use Ctrl-PageUp/PageDown?

--
---
HTH

Bob

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