View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary L Brown
 
Posts: n/a
Default Executing Macros

yes...
if aaa = True then
call MyMacro
end if
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"bmorganh" wrote:

Can the results of an "if" statement or other true/false statements be the
trigger to run a macro?