twoplustwo
Registered User.
- Local time
- Today, 13:21
- Joined
- Oct 31, 2007
- Messages
- 507
Hi all, hope you're all well.
Hopefully a quicky, not sure what I'm missing.
I am creating a workbook a outputting an array after some of its values have been run through some parameters.
My code for creating the and naming the workbook:
I get the compile error "Can't assign to a read only property".
Any ideas?
Hopefully a quicky, not sure what I'm missing.
I am creating a workbook a outputting an array after some of its values have been run through some parameters.
My code for creating the and naming the workbook:
Code:
Set wbOutput = xlApp.Workbooks.Add
With wbOutput
.Name = .Path & "\NHH GMTV Forecast " & Now()
End With
I get the compile error "Can't assign to a read only property".
Any ideas?