Search results

  1. H

    Finding Active Excel Sheet from Access?

    I set up some code that allows a user to import an Excel file; however one format that will be imported has a variable worksheet name... This is what I have so far, but it depends on the user setting the sheet name to "Sheet1" prior to import... Set appExcel = GetObject(ImportFile)...
  2. H

    OutputTo pdf?

    I am running VBA code attached to a button on a form. Among other things the button imports and Excel file and then asks if the user would like to view a report of the imported data. I would like to allow this to be exported to PDF format, but can't quite seem to get the syntax or something...
  3. H

    Import Excel Dialog Box

    Would someone be able to help me with this post? http://www.access-programmers.co.uk/forums/showthread.php?t=121004 Thanks so much!
Back
Top Bottom