View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Validation/Macros

Hi Jock

Sub test()
On Error Resume Next
Sheets(ActiveSheet.Range("A1").Value).Select
On Error GoTo 0
End Sub

With the data validation list in A1 try this

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Jock" wrote in message ...
Hi...

Eek someone help me!

I have 12 sheets one for each month and on each a validation drop down menu with the list ofm months. Has anyone got any code

to help me so that when I the cell is activayed by the validation value the sheet can change to the correct month...

A beer in the mail to anyone who can help me out...I know its easy...but not for a novice like me...

Jock...