T
Tim Meixner
Now that my masterpiece workbook is nearly complete with 7 worksheets and pages of VBA code, I now
would like to add a sheet that is displayed only if the Security level does not allow macros. I
would like to display a message on changing the Security setting on the sheet, and it should be the
default sheet displayed initially. This page could be hidden using VBA code which is the test for
the Macro Security level...if it doesn't hide, the level is set too high.
The question is...first is this the best way to do this?
But more importantly can I add a sheet and make it the first sheet to display without any VBA code?
My thinking on this is I would need to create the Macro Security level message sheet in a new
workbook and copy the other sheets to it, thus making the message sheet sheet 1. Is there another
way to do this as I will also need to change numerous VBA code references from WorkSheets(x) to
WorkSheets(x+1)...this can be done, but then there will be more testing needed...again!
Any ideas will be greatly appreciated,
Tim
would like to add a sheet that is displayed only if the Security level does not allow macros. I
would like to display a message on changing the Security setting on the sheet, and it should be the
default sheet displayed initially. This page could be hidden using VBA code which is the test for
the Macro Security level...if it doesn't hide, the level is set too high.
The question is...first is this the best way to do this?
But more importantly can I add a sheet and make it the first sheet to display without any VBA code?
My thinking on this is I would need to create the Macro Security level message sheet in a new
workbook and copy the other sheets to it, thus making the message sheet sheet 1. Is there another
way to do this as I will also need to change numerous VBA code references from WorkSheets(x) to
WorkSheets(x+1)...this can be done, but then there will be more testing needed...again!
Any ideas will be greatly appreciated,
Tim