In the idea of learning new methods I am wondering if I can attach a button on a worksheet that will activate another worksheet.
I want to store the code in the worksheet, not as a macro. I am not familiar w/ worksheet too much yet.

Here is what I have so far:
[VBA]
Private Sub Worksheet_Activate()
Workbooks("TGSItemRecordCreatorMaster.xls").Worksheet("Record Creator").Activate
End Sub
[/VBA]

I don't know if this idea is an allowable function of worksheet code???????

Thanks,

YLP