Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to setup the file name as below using specific ranges I wrote below code to Workbook_BeforeSave() With Worksheets("Vendor") FName = .Range("F5").Value ActiveWorkbook.Name = FName & Format(Date, "ddmmyy") & ".xls" End With When I click save as I receive below error: "Can't assign to read-only property" Please help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook_BeforeSave() 1004 Error | Excel Programming | |||
error on ActiveWorkbook.Close | Excel Programming | |||
Workbook_BeforeSave() | Excel Programming | |||
Error on ActiveWorkbook.SaveAs method | Excel Programming | |||
Error on ActiveWorkbook.SaveAs method | Excel Programming |