View Single Post
  #1   Report Post  
thrava
 
Posts: n/a
Default Macro inside another macro?

I like to refer to another macro within another macro.

Is this possible?
Does this work?

sub macro1()
....
....

sub Macro2()
....
....
end sub

.....
.....
end sub
?