Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings everyone. I have, among other things, the following lines in a
macro to save a worksheet ActiveWorkbook.SaveAs Filename:= _ "\\MyURL\DAILY_PRODUCTION\NEW\test.txt" _ , FileFormat:=xlText, CreateBackup:=False This works great, except that I don't want the file to be called "test" in production. I need to have a dialog box pop up to ask me what to enter as the name I tried ....NEW\" & MsgBox & ".txt" but it does not work. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt to Save Message | Excel Discussion (Misc queries) | |||
prompt user to save file as {desired_name} and save it to a variab | Excel Programming | |||
Prompt message when opening a file | Excel Worksheet Functions | |||
Prompt Message when opening a file | Excel Worksheet Functions | |||
When i open my Excel file this message prompt: | Excel Programming |