Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've managed to create the "saveas Macro using cell contents".
However, it automatically saves it to my documents. Here's my code Sub save_it() Dim fname With ActiveWorkbook fname = "VMRP_" & .Worksheets("TEST").Range("A1").Value & "_" & ..Worksheets("sheet2").Range("B3").Value & ".xls" ..SaveAs fname End With End Sub Is it possible to insert a break which brings up the saveas dialog box and enables the user to change the filename (possibly to match their naming protocols and conventions and pick the location where they would store it? Many thanks Terry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locking a worksheet, but allowing user to add rows in a table | Excel Worksheet Functions | |||
How do I protect a number of sheets allowing the user to add a com | New Users to Excel | |||
Excel 2007 - Where is the Accept Labels in Formulas Option? | Excel Discussion (Misc queries) | |||
Allowing user to merge cells | Excel Discussion (Misc queries) | |||
Unshared workbook allowing write access to more than 1 user | Excel Discussion (Misc queries) |