View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Doug Davey[_2_] Doug Davey[_2_] is offline
external usenet poster
 
Posts: 6
Default Macro to quit application

Insert ActiveWorkbookClose directly under the last apostrophe, before the
first action recorded - this is what is meant by "after the comments."

HTH
Doug Davey

"K11ngy" wrote:

I was told to create command button and call macro quitapplication, record,
ok and the stop recording, Empty Macro?

The it says edit macro by inserting a line ActiveWorkbookClose after the
comments?

I assume this is in VB but I really dont know where in Vb to enter the
above. Tried everything but no success

Help

Steve