View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paige Paige is offline
external usenet poster
 
Posts: 270
Default Use Code for Demo

Need to write a macro that when activated, runs through the steps of
formatting/inserting formulas/etc. on a spreadsheet, for the user to view as
a tutorial. Is there a special way to do this, or can I just write it the
normal way (Select range, formula = xxx, etc.) and then put in something that
tells Excel to take, for example, 2 seconds for each step? Tried 'wait', but
that doesn't work. Any assistance would be appreciated. Thanks!