Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Some one posted this code and thought I'd incorporate it with the code
I gave you. Sub NameFile() Dim strngpth As String strngpth = Application.InputBox("Enter the Desired Save path", , , , , , , 2) Set strng1 = Application.InputBox(prompt:="Enter the Desired First Cell", Type:=8) Set strng2 = Application.InputBox(prompt:="Enter the Desired Second Cell", Type:=8) strPath = "I:\Database Development Files\BorderManager Filters\" ActiveWorkbook.SaveAs Filename:=strngpth & strng1.Value & " " & strng2.Value, FileFormat:=xlExcel8, CreateBackup:=False Application.DisplayAlerts = True ActiveWorkbook.Save End Sub -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save file as Cell Value | Excel Discussion (Misc queries) | |||
Autoname a save as file from a cell in a read only file | Excel Discussion (Misc queries) | |||
Save file with cell name | New Users to Excel | |||
Save file as text from cell | Excel Discussion (Misc queries) | |||
Save a new file with the name that is in cell "C7" | Excel Discussion (Misc queries) |