Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Greetings, i need to modify this code to be able to increment the file name each time i save the file. for example when i save it to silo001.txt i want the next one to be silo002.txt , etc.. Here is the code right now ; ---- Sub SaveCmde() ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\guicha\bureau\cano\silo001.txt", FileFormat:=xlTextMSDOS, CreateBackup:=False Range("A21").Select End Sub ---- I know you guys rock and you will help me out, im more into hardware so thanks for your help ! Guillaume. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
previous post Increment a filename. | Excel Discussion (Misc queries) | |||
Increment a filename | Excel Discussion (Misc queries) | |||
Cell("filename") doesn't update to new filename when do save as. | Excel Worksheet Functions | |||
set filename to <filename-date on open | Excel Worksheet Functions | |||
Saving filename same as import filename | Excel Programming |