On 3 Jan., 03:35, Marcus Analyst
<MarcusAnal...@discussions.microsoft.com> wrote:
> I have a workbook and have written a macro to hide certain rows in one
> worksheet upon opening the file. It is an Auto_Open macro. However, it also
> hides the same rows in another sheet and in any new sheets I add to the
> workbook. QUESTION: How do I get the macro to be applied to only one sheet?
> --
> Marc
Hi Marc
How are you referring to the sheet?
sheets(1).range....
or
Sheets("Sheet1").range...
Show us the code.
//Per
|