Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Actually, I modified the code to what you see here and that almost
gets me to where I want to be. There is one little thing missing that I will put in another post. Many thanks. 'Save the file Range("A2").Select ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\g701942\My Documents\Supplier Resource\" & Year(x) & Month(x) & Day(x) & " Weekly Supp Res-Ind Contr List-full.xls" _ , FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use Find without hardcoded value but a value from a cell | Excel Worksheet Functions | |||
Replacing a date in date format. | Excel Programming | |||
Peculiar date format behavior when replacing parts of date | Excel Discussion (Misc queries) | |||
Alternative to hardcoded password ? | Excel Programming | |||
Change hardcoded filename | Excel Programming |