|
Info You are currently browsing the CONTACTfile blogging page weblog archives for the day 20/12/2010. Categories
Latest Postings
Links
Archives
|
Archive for 20/12/2010Viewing an Excel file from Access database20/12/2010 by CONTACTfileProgrammer.
This is a useful little subroutine, as it opens a file (given as a parameter) into Excel, and displays it, without having to have the Excel reference set. However, do make sure that the Microsoft DAO 3.6 Object Library is set. It works with Access 2000 and later. Sub OpenExcelFile(ExcelFileName) Posted in Code | No Comments »
|
|