J
Jim Schacht
Greetings All,
Thanks for reading my post.
Can you tell me how to invoke whatever spell-check Outlook uses by default?
I'm amazed at the lack of hits I'm finding on this in newsgroups. I have
the following code in a macro:
With itmCurrent
.SentOnBehalfOfName = "someone else"
.DeleteAfterSubmit = True
strSubject = .Subject
Set itmNew = .Copy
.Send
End With
It does not use spell-check although spell-check is enabled on the client
and is used when the "send" button is clicked. I currently have a
work-around of calling Word's spell-check but it is very cumbersome and I
don't like it. I actually open a temporary Word doc, copy the body of the
message to the temp doc, run Word's spell-check, copy the corrected text
back to the Outlook message and then send. Not only is this slower than if
I were to just click the send button it just looks messy.
Please help if you can. I own 3 Outlook programming books and haven't found
in them or numerous newsgroups, what I assume, will be an easy solution.
Best regards,
Jim
Thanks for reading my post.
Can you tell me how to invoke whatever spell-check Outlook uses by default?
I'm amazed at the lack of hits I'm finding on this in newsgroups. I have
the following code in a macro:
With itmCurrent
.SentOnBehalfOfName = "someone else"
.DeleteAfterSubmit = True
strSubject = .Subject
Set itmNew = .Copy
.Send
End With
It does not use spell-check although spell-check is enabled on the client
and is used when the "send" button is clicked. I currently have a
work-around of calling Word's spell-check but it is very cumbersome and I
don't like it. I actually open a temporary Word doc, copy the body of the
message to the temp doc, run Word's spell-check, copy the corrected text
back to the Outlook message and then send. Not only is this slower than if
I were to just click the send button it just looks messy.
Please help if you can. I own 3 Outlook programming books and haven't found
in them or numerous newsgroups, what I assume, will be an easy solution.
Best regards,
Jim