ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   (Error 1004) Object Defined Error ...simple code (https://www.excelbanter.com/excel-programming/438340-error-1004-object-defined-error-simple-code.html)

Robert Crandal

(Error 1004) Object Defined Error ...simple code
 
I have the following simple simple code:

Dim s as String

s = WeekdayName(1) ' Causes Error 1004


Why would the above call to "WeekdayName(1)" suddenly
cause an Object Defined Error?? My program has been working
nicely for awhile, but now all of a sudden it halts at the above line???
What the heck is going on???

Robert Crandal


OssieMac

(Error 1004) Object Defined Error ...simple code
 
Hi Robert,

It works fine for me. However, checking out Help, the first day of week
parameter is supposed to default to Sunday (or 1) as the first day of the
week but it appears to default to zero.

Tested in xl2002 and xl2007

If it has been working previously I don't suppose that s has been used
elsewhere as a constant or something. Try changing the variable name to
strDOW or something.


--
Regards,

OssieMac


"Robert Crandal" wrote:

I have the following simple simple code:

Dim s as String

s = WeekdayName(1) ' Causes Error 1004


Why would the above call to "WeekdayName(1)" suddenly
cause an Object Defined Error?? My program has been working
nicely for awhile, but now all of a sudden it halts at the above line???
What the heck is going on???

Robert Crandal

.



All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com