Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a file that I create from a source document and name the file
basd on below. Which gives a new file name of "Part of name of original file.xls 07-feb-09 1-30~.xls" TempFileName = "Part of " & Sourcewb.Name & " " & Format(Now, "dd-mmm- yy h-mm") & "~" How could I exclude from the new file name the ext of the original file? (the first.xls in my example above) eg. what I want to appear is "Part of name of original file 07-feb-09 1-30~.xls |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to create dbase file from text file? | Excel Discussion (Misc queries) | |||
code to check file size everytime an Excel file is opened | Excel Programming | |||
Code in one workbook to call code in another XL file | Excel Programming | |||
Import VBA Code in Excel-File ? (Export VBA Code to file) | Excel Programming | |||
Deleting code in a file with code.. | Excel Programming |