Hello you amazingly helpful Excel wizards!
I have a csv file that I'm fixing up using VBA. I'm getting errors about running out of memory and have read that saving the file can help resolve that. I'd like to prompt the user to save the file immediately after the macro is ran but can't seem to get it right. I can open the dialogue box using Application.GetSaveAsFilename but I want to force the user to pick the Macro Enabled Workbook extension (xlsm). Is there a way to go about doing this? There will be multiple users using different computers so the file path can't be determined ahead of time.
Thanks in advance!!
I have a csv file that I'm fixing up using VBA. I'm getting errors about running out of memory and have read that saving the file can help resolve that. I'd like to prompt the user to save the file immediately after the macro is ran but can't seem to get it right. I can open the dialogue box using Application.GetSaveAsFilename but I want to force the user to pick the Macro Enabled Workbook extension (xlsm). Is there a way to go about doing this? There will be multiple users using different computers so the file path can't be determined ahead of time.
Thanks in advance!!