E
Edward
Is there a way to auto-indent code in the VB editor for macros in
Excel? That is, if my code looks like:
if a = 7 then
call b
end if
change it to:
if a = 7 then
call b
end if
Thanks.
Edward
Excel? That is, if my code looks like:
if a = 7 then
call b
end if
change it to:
if a = 7 then
call b
end if
Thanks.
Edward