F
Francis Hookham
This works:
Sheets("Schedule").Select
Range(Cells(25, 1), Cells(LastUsedRow, LastUsedCol)).ClearContents
this doesn't:
Sheets("Schedule").Range(Cells(25, 1), Cells(LastUsedRow,
LastUsedCol)).ClearContents
I should like to work in another sheet without actually selecting it.
I'm sure I am just missing something simple.............!
Francis Hookham
Sheets("Schedule").Select
Range(Cells(25, 1), Cells(LastUsedRow, LastUsedCol)).ClearContents
this doesn't:
Sheets("Schedule").Range(Cells(25, 1), Cells(LastUsedRow,
LastUsedCol)).ClearContents
I should like to work in another sheet without actually selecting it.
I'm sure I am just missing something simple.............!
Francis Hookham