Sandy,
Copy the code below and paste it into the Thisworkbook object's codemodule.
HTH,
Bernie
MS Excel MVP
Private Sub Workbook_Open()
On Error Resume Next
Worksheets(Format(Date, "mmmm")).Activate
End Sub
>I have a workbook which contains twelve worksheets - January, February............., December.
> I would like to have the active worksheet upon opening correspond to the current month.
> E.g. if the workbook is opened in March then the "March" worksheet displays. How can I do this?
>
> Sandy
Sandy - 14 Feb 2008 20:50 GMT
Perfect Bernie
Thank you very much.
Sandy
> Sandy,
>
[quoted text clipped - 18 lines]
>>
>> Sandy