Link to home
Start Free TrialLog in
Avatar of tesla764
tesla764

asked on

VBA Application.Dialog save as file type .xslx

In VBA I have the following line of code which prompts to save a file.
Application.Dialogs(xlDialogSaveAs).Show

How do I modify this to force the file type(Extension) tobe .xlsx ?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Steven Harris
Steven Harris
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tesla764
tesla764

ASKER

Excellent. That was a big help.
Thanks.