G
Guest
I've got some code that uses the date function.
The computer I am using runs win2000pro and xl2000. The code below works
just fine.
If sD = 0 Then
selectDate = Date
Else
selectDate = sD
End If
But on all computers with winXP pro and xl2003 it stops on the line
'selectDate = Date' saying that the object is not defined or there is no
library reference available.
Any ideas why?
The computer I am using runs win2000pro and xl2000. The code below works
just fine.
If sD = 0 Then
selectDate = Date
Else
selectDate = sD
End If
But on all computers with winXP pro and xl2003 it stops on the line
'selectDate = Date' saying that the object is not defined or there is no
library reference available.
Any ideas why?