Macro changes...
this is off-thread, so I don't know the original issue
here.
Office products are in general backwards compatible. That
is to say that code written for one version should run
under later versions. That is not the case obviously if
code is written with the later version.
So, where various office versions are being used, I would
suggest that any code needs to be written for the oldest
version.
I'm not sure about O/S versions, however, in general
office code runs perfectly well under NT3.51 and later
and also Win98 and later.
-----Original Message-----
Thanks a lot Dave, Kipitcool and Tom.
I give up.
My macro will be used with different Windows and Office
versions. I can`t write a macro for each installation.
Iīll convert dates number by number, like in the 80īs
(if
val(Mid(xnomdeu, 1, 2))< 13). Itīs a shame but it works.
Thanks again
Rodolfo
.
|