Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim CellName As String CellName = Range("A1") ActiveWorkbook.SaveAs Filename:="C:\{Path leading to Desktop}\Current List\" & CellName & ".xls" End Sub Prangk wrote in message ... I just want to expedite my "save as" procedure through this question. I would like to have an automatic file name based on cell (A1) content. Then it will save the file "automatically" on a folder located at the desktop (folder name "Current List"). But all of these will be on "save as" command. Is this possible? I will appreciate any help. --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum if based on PARTIAL content of another cell | Excel Worksheet Functions | |||
Automatic cell content deletion | Excel Discussion (Misc queries) | |||
insert picture from file based on cel value/content | Excel Worksheet Functions | |||
Add name by vba based on cell content | Excel Programming | |||
Format Row based on Cell Content | Excel Programming |