|
To clear the Links collection in an Outlook item
In writing about the Links property in Outlook items, I learned from an alert reader that
Outlook provides no way to remove a link from a "sticky note" item
once you create it. The code below does the job, clearing the Links
collection.
To try this code, paste it into a module in VBA in Outlook 2000 or later.
Then, open the item whose links you want to remove and run the code
(you can press Alt+F8 to get the list of available macros).
|