Scan items into calendar or email How To

B

Bob Day

Using Outlook 07 on XP...

Is there a way to create a macro to scan in an image directly to a calendar
entry or email, etc. The macro below works in WORD to scan directly into a
word doc, but when I create the same macro in Outlook calendar, and put a
button to run in, it does nothing.
Thanks for your help.
Bob

Sub InsertFromScanner()
' InsertFromScanner Macro
On Error Resume Next
WordBasic.InsertImagerScan
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top