View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kalpesh kalpesh is offline
external usenet poster
 
Posts: 24
Default 1st macro run then 2 macro is run

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