Date and time problems in VBA

B

Bengt Lindgren

In some OS instalations of W2k or XP the statment date and
time gives a error message that he can find the folder or
directory. On other instalations this is no problem. Can
this have somthing to do with that there is a differens in
the Excel program depending in language thats used.
 
F

Frank Kabel

Hi
language shiuldn't affect this. Check the references set in the VBA
editor ('Tools - References'). They should at least include a reference
to the Excel/Office object library
 
Top