Workbooks.Add Format Text

O

osxandxls2004

ow can I make the Format set to ->Text (tab)<- when suggesting the user
to give a name and save a file? This works already:

Set NewBook = Workbooks.Add
Do
fName = Application.GetSaveAsFilename

NewBook.SaveAs Filename:=fName
With Application
.SheetsInNewWorkbook = 1
End With
 

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

Top