H
hughG
Intel Imac, Office 2004 OSX 10.5.6
Hi all
I have written a macro which selects a worksheet, named with the
current month
Workbooks("anyworkbook.xls").Sheets(Month(Now)).Select
When it runs it selects the worksheet two months previously.
If I run
Workbooks("anyworksheet.xls").Sheets(Month(Now) + 2).Select
it selects the correct month.
My system date is correct (set by Apple)
Any ideas
Many thanks
Hi all
I have written a macro which selects a worksheet, named with the
current month
Workbooks("anyworkbook.xls").Sheets(Month(Now)).Select
When it runs it selects the worksheet two months previously.
If I run
Workbooks("anyworksheet.xls").Sheets(Month(Now) + 2).Select
it selects the correct month.
My system date is correct (set by Apple)
Any ideas
Many thanks