Alan Lowbands
Aerospace
Hi Guys,
If I need to miss part of a macro out how can I do that?
I imagine this is easy for you guys but not for me
ie,
if value = 0 then goto10
if value > 0 then goto20
10
string = something
goto30
20
string = something else
30
carry on with the macro
many thanks as always
Alan
If I need to miss part of a macro out how can I do that?
I imagine this is easy for you guys but not for me
ie,
if value = 0 then goto10
if value > 0 then goto20
10
string = something
goto30
20
string = something else
30
carry on with the macro
many thanks as always
Alan