I wrote a little vb program that is just a form. The form has text boxes and you enter data. Then you hit submit and the data goes into excel. I have
dim xlsApp as excel.application
set xlsApp = New Excel.Application
…
It works fine on w2000 but when i try on w95 it gives me an error message when i click on submit. Are there other references or DLLs i have to add to make it work on different operating systems? Thanks