So I have.
Sub SaveThis()
ActiveWorkbook.SaveCopyAs "C:\Projects\LIST" & "\List-" & Sheet2.Cells(11, 16)
The value in Sheet2.Cells(11, 16) is a date. The cell is formatted to date, but when the file is save instead of it reading 8-11-04 it reads 36748
Also, it doesn't save the Excel icon, it looks like it doesn't recognize the file type although it does open right up in Excel.
Thanks for your time,
Carl
Sub SaveThis()
ActiveWorkbook.SaveCopyAs "C:\Projects\LIST" & "\List-" & Sheet2.Cells(11, 16)
The value in Sheet2.Cells(11, 16) is a date. The cell is formatted to date, but when the file is save instead of it reading 8-11-04 it reads 36748
Also, it doesn't save the Excel icon, it looks like it doesn't recognize the file type although it does open right up in Excel.
Thanks for your time,
Carl