simmo
05-01-02, 03:09
| I'm having problems modifying data in an excel worksheet from my VB program on an NT system. It works fine through the use of the GetObject() function and simply modifying the worksheet (e.g x.WorkSheets("x2").Range("x3").Value = x4) on my XP machine but i get a runtime error 'Automation Error - Incompatible version of the RPC Stub' Any ideas? |