I have all of a sudden getting the error:
when I run the following code:
In my research, I get the "DLL file not registered" but never get an indication which DLL file is not registered.
This problem occurred when enterprise upgraded "Lync" to "Skype for Business".
I got as far as "You will need to reinstall your office components" (I did but with not resolution) to rebuild your windows (Will not do that...)
I did find one other person that had the same issue but could not get a response as to their resolution.
Any help would be appreciated.
Steve
Run-time error '-2147319779 (8002801d)':
Method 'MailEnvelope' of object'_Worksheet' failed
Method 'MailEnvelope' of object'_Worksheet' failed
when I run the following code:
Code:
Range("A1:E100").Select
ActiveWorkbook.EnvelopeVisible = True ' Show the envelope on the ActiveWorkbook.
[B][COLOR=#b22222]With ActiveSheet.MailEnvelope[/COLOR][/B] <-------- Errors on this line
.Introduction = [t_BodyText]
.Item.To = [t_SendTo]
.Item.CC = [t_SendCC]
.Item.Subject = [t_SubjectLine]
.Item.Send
End With
In my research, I get the "DLL file not registered" but never get an indication which DLL file is not registered.
This problem occurred when enterprise upgraded "Lync" to "Skype for Business".
I got as far as "You will need to reinstall your office components" (I did but with not resolution) to rebuild your windows (Will not do that...)
I did find one other person that had the same issue but could not get a response as to their resolution.
Any help would be appreciated.
Steve