Hello,
i wrote a VBA macro in Excel using code like this:
If err.number = 91 then ....
this works very fine on my computer. Now I copied this macro on another computer and this code doesn't work anymore. When I expected the error number to be 91 in this case all of a sudden the error number changed to 448 ??
Why does this macro work fine on one computer and when i copy it to another computer error 91 is never generated but always error 448?
Can anybody help me out here?
Thanks,
Stephan.
i wrote a VBA macro in Excel using code like this:
If err.number = 91 then ....
this works very fine on my computer. Now I copied this macro on another computer and this code doesn't work anymore. When I expected the error number to be 91 in this case all of a sudden the error number changed to 448 ??
Why does this macro work fine on one computer and when i copy it to another computer error 91 is never generated but always error 448?
Can anybody help me out here?
Thanks,
Stephan.