I'm using Ken Getz ahtCommonFileOpenSave API: Call the standard Windows File Open/Save dialog box.
This works great and does exactly what I need. But the dialog box positions itself at the bottom right hand corner of the screen.
Is there anyway to DoCmd.MoveSize the dialog box to a better location?
Thanks
Code:
http://access.mvps.org/access/api/api0001.htm
This works great and does exactly what I need. But the dialog box positions itself at the bottom right hand corner of the screen.
Is there anyway to DoCmd.MoveSize the dialog box to a better location?
Thanks