Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Something as simple as?
Dim sFile As String sFile = InputBox("Supply filename") If sFile < "" Then ActiveWorkbook.SaveAs "C:\myTestt\" & sFile End If -- HTH Bob Phillips (remove nothere from email address if mailing direct) wrote in message ups.com... I have tried several of the options posted here, but the files do not end up where the path would indicate. In some cases I cannot find them at all. The goal is this; after running the macro, prompt the operator to give the worksheet a file name, and then save it to a specific folder. The operator needs to change the file name each time to avoid overwriting previous runs. I have also tried to save as an .xcl type (it is a .txt when done), but this creates a window without the option to choose the type. Suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving file to a specific folder | Excel Discussion (Misc queries) | |||
How to save file to a specific folder? | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
How do I specify a specific char delimiter for my file, when I sa. | Excel Discussion (Misc queries) | |||
Hyperlink to specific sheet in Excel Web File | Links and Linking in Excel |