Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Fahimah Khan   on Sep 03 In MS Office Category.

  
Question Answered By: Ellen Simpson   on Sep 03

Not sure why you'd need a ChDir command. I have Excel code  that saves to
many and varied directories without needing ChDir.

To stop the messages when deleting the sheets you'll need to turn them off
temporarily.

Application.DisplayAlerts = False

then delete the sheets, then

Application.DisplayAlerts = True

to get the alerts back on again.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Saving files to specific location using VBA Or get search suggestion and latest updates.


Tagged: