E
Ed
I have a Workbook_Open procedure that sets some security properties for my
workbook. Unfortunately, these properties make it difficult for me to work
on this after it's run. I can go in and comment out each line of code to
disable the procedure. Can I comment out the first line (as in ' Private Sub
Workbook_Open() ) to disable the entire procedure, rather than having to go
line by line?
Ed
workbook. Unfortunately, these properties make it difficult for me to work
on this after it's run. I can go in and comment out each line of code to
disable the procedure. Can I comment out the first line (as in ' Private Sub
Workbook_Open() ) to disable the entire procedure, rather than having to go
line by line?
Ed