I work on VBA Excell application. I don't get this error message on my Windows 95 machine, but I do get it on Windows 98 machine. The debug points to the simple VBA code with Left() function highlited:
If Not Left(MyControl.Name, 3) = "txt" .
If I comment this line, I get this message on the next VBA function, like Right(), Format and so on...
I have the same version of VB and all other 3rd parties controls installed on both machines.
Does anybody have any idea what the problem is? I appreciate any help.
If Not Left(MyControl.Name, 3) = "txt" .
If I comment this line, I get this message on the next VBA function, like Right(), Format and so on...
I have the same version of VB and all other 3rd parties controls installed on both machines.
Does anybody have any idea what the problem is? I appreciate any help.