PDA

View Full Version : Programatically configure position of Preview Pane?



ajkessel
04-26-2018, 11:05 AM
I can toggle the visibility of the Preview Pane with this code:

Application.ActiveExplorer.ShowPane olPreview, True
But can't figure out how to set the Preview Pane position between "bottom" and "right". Is it possible to do this with VBA?