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
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