Hi, I have a piece of code here
where strSaveFileName value changes everytime it goes to the loop (i.e the strSaveFileName : A, B, C, D, etc.)
The book name is already correct, so what I want to omit is the dialog box to save the file name everytime the Access creates
a new workbook. How can I skip the dialog box, so that when I run the code, it will automatically creates multiple Excel files named A, B, C, D, etc without me clicking the Save button all the time? Ask me if you need more info about the code. Thanks!
Code:
objBook.SaveAs (strSaveFileName)
where strSaveFileName value changes everytime it goes to the loop (i.e the strSaveFileName : A, B, C, D, etc.)
The book name is already correct, so what I want to omit is the dialog box to save the file name everytime the Access creates
a new workbook. How can I skip the dialog box, so that when I run the code, it will automatically creates multiple Excel files named A, B, C, D, etc without me clicking the Save button all the time? Ask me if you need more info about the code. Thanks!