B
BrianB
I have recently upgraded to Excel 2003 and wondered why some of my
macros are not working. I then discovered that where the macro moves
to another worksheet, it automatically runs the worksheet macro. So
if the worksheet macro says Goto R1C1 but the macro which is running
says goto range ClearInput, the function of the macro does not take
place as the worksheet macro has taken me elsewhere. I resolved this
problem by putting into my macro goto ClearInput and then adding a
second line of goto ClearInput but I am sure there must be a setting to
prevent the worksheet macro running.
macros are not working. I then discovered that where the macro moves
to another worksheet, it automatically runs the worksheet macro. So
if the worksheet macro says Goto R1C1 but the macro which is running
says goto range ClearInput, the function of the macro does not take
place as the worksheet macro has taken me elsewhere. I resolved this
problem by putting into my macro goto ClearInput and then adding a
second line of goto ClearInput but I am sure there must be a setting to
prevent the worksheet macro running.