The most frequent thing I do in Outlook while reading mail, is. Select Text, Copy to Clipboard (Ctrl-C), Create New Note (Ctrl-Shift-N), Paste to Note (Ctrl-V), Close Note (Alt-F4). Probably do this about 10-50 times a day to save key info or action items from mails (e.g. WOW).
Pretty fast as it is all keyboard driven, but, I wanted to make it faster. eg. Select Text, File in Note (Ctrl-Alt-N) or click on new Standard Toolbar button. Should be easy, just record a macro.
Ooops. Can't record a macro in Outlook.
Ok. Lets try it as a VB program. Lets see... Selection.Copy, CreateItem, Selection.Paste, ...
Save macro as "CopyNote".
Now copy the new macro "CopyNote" command from Macros to the Standard toolbar for testing and...
Another Oops. Can't seem to get the right object selected.
Error 454.
Ok. Back to real basics. Sendkey "^C", Sendkey "^+N", ...
Another Oops. Ctrl-C creates a new contact instead of Copying to clipboard. The second SendKey gets pasted into the contact form, ...
Ok, this is getting past demeaning. Need to get this thing work. [img]/w3timages/icons/clever.gif[/img][img]/w3timages/icons/clever.gif[/img][img]/w3timages/icons/clever.gif[/img] Ah, ask the wizards at the Lounge.
So how, do I get this and other similar macros to work.
TIA, everyone.



