ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Apply a macro to only one sheet (https://www.excelbanter.com/excel-programming/403547-apply-macro-only-one-sheet.html)

Marcus Analyst

Apply a macro to only one sheet
 
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

Per Jessen[_2_]

Apply a macro to only one sheet
 
On 3 Jan., 03:35, Marcus Analyst
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

JLGWhiz

Apply a macro to only one sheet
 
Post the code you are now using and someone can tell you what you need to
change.

"Marcus Analyst" 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



All times are GMT +1. The time now is 11:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com