View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jnewl jnewl is offline
external usenet poster
 
Posts: 28
Default include macros in another macro

i have a macro where i create literals based on a date scheme.

i want to use that in several other macros and not key the code each time
because if i have to make a change, i have to go to 20 programs. these
programs generate month end reports that have a date literal as part of the
heading.

how do i include the 'date macro' in the others and then continue with the
processing of the macro that now has the datemacro embedded.

i was looking for an include statement but do not find.

thanks