Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This worked great. Thanks much.
"Gary''s Student" wrote: Perhaps: Sub store_A() Dim s As String s = "C:\Documents and Settings\Owner\My Documents\" & Range("A1").Value & ".xls" ActiveWorkbook.SaveAs Filename:=s End Sub -- Gary''s Student - gsnu200734 "el zorro" wrote: Is it possible to create a macro to save an Excel file using the text stored in a cell (A1 for example) as its filename. At this time cell A1 will contain "LastName FirstName mmddyy". If possible, please help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Save without the Save Message | Excel Discussion (Misc queries) | |||
Save as Macro | Excel Discussion (Misc queries) | |||
Macro Save As | Excel Discussion (Misc queries) | |||
Macro-Save as | Excel Discussion (Misc queries) | |||
Macro to save | Excel Worksheet Functions |