i apologize in advance for the lengthy explaination
Request: i would like to have a macro that will hide all 50 sheets then show specific sheets.
hide all 50 sheets listed below then open ("CC", "Spend by Month", "Spend by Cost Center", "130", "150") for manager xyz.
i will add 4 buttons, assign a copy of the macro edited for each manager to each specific button.
I have a spreadsheet with 50 sheets; position left to right in the workbook as follows;
3 sheets that summarize the 44 cost center sheets in various ways.
44 cost center sheets that retrieve data from the "actual/spend" summary(various names ("130" through "981-hide");
2 data input ("budget", "spending"); #1 summary combines the 2 data input ("actual/spend")sheets;
the spreadsheet contains 6 other macros in it controlled by buttons.
#1 loops through all of the cost center sheets and hides any of the rows that do not have a value other than zero
#2 will show all data/rows on the cost center sheets
#3 hides any of the rows that do not have a value other than zero on the active sheet
#4 will show all data/rows on the active sheet
#5 unhides all hidden cost center sheets
#6 hides any cost center sheets with "_hide" at the end of the name
thank you for the help I have spent 2-3 hours today searching but can not find anything that I can utilize
probably due more to my limited understanding of VBA.
rgullett
Request: i would like to have a macro that will hide all 50 sheets then show specific sheets.
hide all 50 sheets listed below then open ("CC", "Spend by Month", "Spend by Cost Center", "130", "150") for manager xyz.
i will add 4 buttons, assign a copy of the macro edited for each manager to each specific button.
I have a spreadsheet with 50 sheets; position left to right in the workbook as follows;
3 sheets that summarize the 44 cost center sheets in various ways.
44 cost center sheets that retrieve data from the "actual/spend" summary(various names ("130" through "981-hide");
2 data input ("budget", "spending"); #1 summary combines the 2 data input ("actual/spend")sheets;
the spreadsheet contains 6 other macros in it controlled by buttons.
#1 loops through all of the cost center sheets and hides any of the rows that do not have a value other than zero
#2 will show all data/rows on the cost center sheets
#3 hides any of the rows that do not have a value other than zero on the active sheet
#4 will show all data/rows on the active sheet
#5 unhides all hidden cost center sheets
#6 hides any cost center sheets with "_hide" at the end of the name
thank you for the help I have spent 2-3 hours today searching but can not find anything that I can utilize
probably due more to my limited understanding of VBA.
rgullett