I use Excel VBA without any issues, but when I set a reference to the "WRQ Reflection for IBM Version 13.0.1" library, I recieve a "Compile error - wrong number of arguments or invalid property assignment" - an example is that it happens on the word "Left" in my exting VB code line:
If Left(MyLine, 15) = " PROGRAM NAME" Then
Does anyone know why my VB code bombs when I set this reference?
Thanks,
Randy
If Left(MyLine, 15) = " PROGRAM NAME" Then
Does anyone know why my VB code bombs when I set this reference?
Thanks,
Randy