Excel - 1st macro run then 2 macro is run

Asked By kalpesh on 15-Feb-12 12:10 PM
Hello,

my worksheet1 contain 2 macro name (1)addrecord  (2)print

now , i want if first addrecord macro is run then print macro is run
otherwise message is shown first addrecord is run
e.g. print record do not run without run addrecord

how possible that


Don Guillett replied to kalpesh on 15-Feb-12 07:42 PM
sub addrecord()
do stuff
call print
end sub
or
put your print macro block in the 1st macro