Search results

  1. S

    Choose-outlook-startup-folder with VBA

    Hello, In Outlook I use PickFolder to choose a file folder within Outlook Explorer area. Something like this code: Set iNameSpace = myOutlookApplication.GetNamespace("MAPI") 'User Dialog Popup Window to choose a directory for Processing within Outlook 'Store Chosen Directory in...
  2. S

    Picture/Image/Attachment Resizing

    In Word I had found some great VBA code to resize BOTH a selected item and all items in a word document. FOR EXAMPLE IN WORD - TO RESIZE A SELECTED ITEM/PICTURE Sub ResizePic40Percent() ' ' ResizePic Macro ' ' The macro first asks for a percentage by which you want to scale the selected...
Back
Top