Hi Friends,
We have this code in Excel which saves the excel and then opens Outlook and then sends the excel as attachment with a outlook email to specified users .Now the code has been working perfectly fine for a long time , But recently one of the users is getting a problem with Outlook .
When the applications comes to this part of code
"Set olApp = GetObject(, "Outlook.Application")"
on this users machine ...it throws runtime error 48 - Unable to load DLL ..
Please note that this was running fine on the users machine some time back . I am unable to find a soultion on this . I would appreciate on any help or tips on this.
Regards,
Prashant
We have this code in Excel which saves the excel and then opens Outlook and then sends the excel as attachment with a outlook email to specified users .Now the code has been working perfectly fine for a long time , But recently one of the users is getting a problem with Outlook .
When the applications comes to this part of code
"Set olApp = GetObject(, "Outlook.Application")"
on this users machine ...it throws runtime error 48 - Unable to load DLL ..
Please note that this was running fine on the users machine some time back . I am unable to find a soultion on this . I would appreciate on any help or tips on this.
Regards,
Prashant