Commands fail on different PC's

J

Jacky

I have a form & commands within a sheet whcih execute VBA commands.
On some PC's the commands work on other they fail on commands such as simply
filling a text box, trying to trim() etc.
The errors vary on different platforms and versions on Excel

Any ideas on how to correct?
 
F

Frank Kabel

Hi
check within the VBA editor under 'Tools - References'
that the references to the Excel/Office library are set
 
Top