From the ‘View’ tab go to ‘Macros’
There are 4 macros:
- Imports all images in a folder- note set the path for this by selecting edit on the macro.
- Crop- adjust the values to get what you want, for example 10 in the following command:
.PictureFormat.CropLeft = 10 * 16.73
- Resize- adjust the value to get what you want. 5 is the one you need to alter in the following:
.PictureFormat.CropLeft = 72 * 5
- Move- adjust the values to get what you want. For example: 3 in the following
.left = 3 28.35
You can have the VBA editor opwn whilst you alter to the values that you want, just press Undo and play each one again.