Search results

  1. D

    Getting a report to continue till end of page

    I have a report with a page header and page footer. The details section is simple. Part# Description QTY The three fields have a grid around it. My problem is if I only have 4 parts to report the details section shows only four lines and the report has a large blank...
  2. D

    Inside Access 2007 open Excel

    Yes the excel files are correct and I have been checking for other processes running. I guess all I can do is see if the program will work on a computer I have full rights too and know what security is in place.
  3. D

    Inside Access 2007 open Excel

    Nothing in task manager. Same automation error. Did notice after that an excel application stays open in task manger even though nothing is open. I did a end process and tried again same automation error.
  4. D

    Inside Access 2007 open Excel

    Here it is. I am wondering if their is some sort of security setup on this computer that might be causing the problem. After running the code and it errors, I try to open the excel file manually and excel reports a problem then needs to restart excel. After the excel shut-down and restart...
  5. D

    Inside Access 2007 open Excel

    Same error with or without brackets.
  6. D

    Inside Access 2007 open Excel

    Ok now I get an error - Automation error The server threw an exception The error happens at this line: Set xlswkb = xlsApp.Workbooks.Open([myfile])
  7. D

    Inside Access 2007 open Excel

    Now I get an error message that says object needed
  8. D

    Inside Access 2007 open Excel

    I am looking for the VBA code that will let me open an excel workbook and run a macro in it then close the workbook. I am transfering in data from excel, but it needs manipulation first. Using Access 2007 and Excel 2007. Private Sub Command8_Click() On Error GoTo Err_Command8_Click Dim xlsApp...
  9. D

    Help Access 2007 macro to open a excel file

    Here are the details of the excel crash Problem signature: Problem Event Name: APPCRASH Application Name: EXCEL.EXE Application Version: 12.0.6545.5000 Application Timestamp: 4c654035 Fault Module Name: StackHash_23c5 Fault Module Version: 6.0.6002.18327 Fault Module Timestamp...
  10. D

    Help Access 2007 macro to open a excel file

    I do not have admin rights to this computer and I am starting to wonder if that is my issue. I have tried all kinds of diffrent code combinations and continue to run into various excel crashes. OS Vista
  11. D

    Help Access 2007 macro to open a excel file

    I am trying to open a user chosen excel file from an access 2007 program. The code will open a excel file perform some data manipulation then save and close the excel program. At this time I am stuck with how to open the excel file. The following code does not open excel it just crashes then I...
Back
Top Bottom