Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to force users to save the file with a specific filename? A
template will be circulated and with multiple files expected in return, the macro I have to pull all the data requires the files be named specifically. By the same token, depending on which area fills out the template, I have a specific name to use. Any help would be appreciated! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create a dialogue form
Add a List Box to the form with the areas as selection values or use radio buttons Add a Save button to the form On SaveButtonClick Check that a List value has been selected Prompt the user to validate the list area if he screws up When list selection is correct: Use conditional If's or a Case Statement to save to the proper file based on the List value jen wrote: Is there a way to force users to save the file with a specific filename? A template will be circulated and with multiple files expected in return, the macro I have to pull all the data requires the files be named specifically. By the same token, depending on which area fills out the template, I have a specific name to use. Any help would be appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to save file as different filename | Excel Worksheet Functions | |||
Force Save over existing file | Excel Programming | |||
Save file as filename plus fieldname | Excel Programming | |||
Save filename as new file name | Excel Programming | |||
Save excel file with filename = cell text | Excel Programming |