I am writting very basic program which resulting run time error 429.
Dim objExcel as Object
set objExcel = GetObject(, "Excel.Application"
Though some suggested to use errorHandler,this does not really solve the problems;
Some suggested missing/corrupt .DLL. and I don't know which DLL files to be registered. Does anybody know which DLL???
MicrosoftTech final suggestion is to reisntall office suite 97. Which I have not tried. Is this the right way to solve "all problems" related to 429 error??
Any help is very much appreciated
Thanks
Dim objExcel as Object
set objExcel = GetObject(, "Excel.Application"
Though some suggested to use errorHandler,this does not really solve the problems;
Some suggested missing/corrupt .DLL. and I don't know which DLL files to be registered. Does anybody know which DLL???
MicrosoftTech final suggestion is to reisntall office suite 97. Which I have not tried. Is this the right way to solve "all problems" related to 429 error??
Any help is very much appreciated
Thanks