I created an Excel macro that displays a dialog box for a user to name and save a file. The syntax that I use is: Application.Dialogs(xlDialogSaveAs).Show<br>
<br>
After the file is saved, I want to use a macro command to convert the file to a DBF format. Is there a way to do this with a macro?
<br>
After the file is saved, I want to use a macro command to convert the file to a DBF format. Is there a way to do this with a macro?