Hi there,
I am wondering how to use application.commandbars function from access. When exporting to excel I also export the images. The images could be too large for excel.
How to convert the below code from excel to access vba code?
Application.CommandBars.ExecuteMso "PicturesCompress"
Thank you
Jo