View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Pete McCOsh Pete McCOsh is offline
external usenet poster
 
Posts: 64
Default moving between sheets

Try:

Sheets("My Sheet").Select

or

Sheets("My Other Sheet").Activate.

Cheers, Pete.

-----Original Message-----
Hi guys!

Just a quick question:

I would like to write a function in VBA which would allow

me to move
between the sheets in excel.

Does anyone know the method for it?

Thank you


---
Message posted from http://www.ExcelForum.com/

.