xlWorkbookDefault

  • Thread starter Thread starter Bitpusher1010
  • Start date Start date
B

Bitpusher1010

I'm curious what the default file type for Excel 2007, and is it possible to
override it somehow?
 
The HTM you gave below does not reference xlWorkbookDefault. How does one
change the default file type when SaveAs is used. xlWorkbookDefault = 51,
does, is it always going to be an XLSX if we use 51/xlWorkbookDefault?

THanks.
 
Look in the VBA help for

Application.DefaultSaveFormat

Manual see
Office Button>Excel Options>Save
See the first line
 
Got it. Thanks!

Ron de Bruin said:
Look in the VBA help for

Application.DefaultSaveFormat

Manual see
Office Button>Excel Options>Save
See the first line
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top