View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
facmanboss facmanboss is offline
external usenet poster
 
Posts: 9
Default Insert New Sheet De-activates Current Sheet VBA Workaround?

When I insert a new sheet in a workbook, there are some things I do to it via
VBA code before it finishes activating. However, I would like to restore the
sheet that was active PRIOR to the insert as the active one after the new
sheet finishes it's setup. The events available in Excel don't seem amenable
to this. How can I do this with VBA code?
Thanks in advance,
facmanboss