indi visual
Member
Is it possible to hide all inactive sheets (by inactive I mean if nothing is happening on the sheet), and then to display those sheets in the event that any code refers to it?
I have these:
Sheet1.Visible = xlSheetVeryHidden
Sheet2.Visible = xlSheetVisible
But I was wondering if it were possible to do some kind of auto hide auto display based on the activity of any specific code ran on the whole workbook?
I have these:
Sheet1.Visible = xlSheetVeryHidden
Sheet2.Visible = xlSheetVisible
But I was wondering if it were possible to do some kind of auto hide auto display based on the activity of any specific code ran on the whole workbook?