Hello.
I have an Excel file that retrieves data from Access. It works fine except when the directory that the .mdb resides is set to read-only (or is on a CD).
When I run my code I get "Run-Time Error '3050': Could Not Lock File."
I know this stems from Access trying to create a...
I have a macro printing 16 sheets at once, but each time I print it sends 3 different print jobs to the printer. How do I make it all one print job? Here is a section of my code:
Sheets(Array(sheet1, sheet2, sheet3, . . . sheet16)) _
.Select
Sheets(sheet16).Activate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.