Is this a script that I can use to rename a module in my workbook.
i.e. I want to use a script to change
code:
private sub module1
to
code:
sub module1
And then when I am finished using it I would then change it back to private sub.
I don't want all the scripts in the macros dropdown list yet if I set them to private sub then they will not work.
Thanks
i.e. I want to use a script to change
code:
private sub module1
to
code:
sub module1
And then when I am finished using it I would then change it back to private sub.
I don't want all the scripts in the macros dropdown list yet if I set them to private sub then they will not work.
Thanks