Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pfan
  • Content: Threads
  • Order by date
  1. pfan

    Excel retrieving data from Access in Read-Only directory

    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...
  2. pfan

    Excel Workbook to .pdf file

    Hello, Is there a way to export multiple sheets from a workbook to one .pdf file? Any information is greatly appreciated. Thanks, pfan
  3. pfan

    Excel printing multiple sheets in different print jobs

    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...

Part and Inventory Search

Back
Top