View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default error in getting system dates

It appears you are using custom code provided in that forum. The author or
poster of the code, who is working with you there, would be the best source
of assistance.

the only code you show:

ThisDay = Date


If ThisDay is an object, there is no way of us knowing what kind of object
it is. Date certainly isn't an object.

--
Regards,
Tom Ogilvy

"Youtham" wrote in message
...
Dear all

one comp is strange

"the object or library doesn't support"
error was in this line



Code:
ThisDay = Date

using macro from this link

http://www.ozgrid.com/forum/showthread.php?t=30327

thanks
Youtham