Search results

  1. A

    IE Automation

    I have a fair bit of automation working with a particular site from Access 2010. Most of it is working perfectly except for the onChange event for a selection box. I change the value with: ie.Document.all("StandardGameCountSel").Value = 18 The value is updated but the event...
  2. A

    Access vba to automate Excel

    I am exporting data to a new Excel spreadsheet and everything is working ok except for the formatting on my first row. I am setting the orientation to vertical and am not having any luck with getting the text spacing correct. It is too big. This is my code: Dim xlapp As Excel.Application...
Back
Top Bottom