Hi all

I have written an apllication that exports info into an existing excel spreedsheet using a vb app. It works 100% for the users on XP machines. The win 98 machines gives me an automation error. upon debugging, i see that the error occurs on the .worksheets.range(b1).value = whatever. I have downloaded on of the apps I found here given by one of the users called excellplay (he was helping another automation query) and the program gives me the same error on the same line.

Any ideas?

Thanx