View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
wamstrdad wamstrdad is offline
external usenet poster
 
Posts: 2
Default macro to run macros

I would like to develop a macro to run multiple macros. for example, I have 5
macros (VBA) for a workbook. How do I write a macro that runs all of the
macros? I cannot combine them into 1 macro because they exceed the memory
limit.