Recent content by jscriptor09

  1. J

    Is the a sample VBA to dynamically change PivotChart Y axis Range

    Hi folks Right now, I have a query set up to write to a table, and a Pivot chart that plots the data off the table. The data range in the table changes depending on dept/functions and so forth. I need the ability to rescale the pivot chart Primary Y axis on the fly using vba. The line of...
  2. J

    How do I use excel 2010 vba to update Access 2010 table

    Hi Folks I have office 2010. In my Excel Macro, I added reference to DAO 3.6 object library. My goal is to be able to update a record in a table or add a record to the end of the table. I et an error as soon as I reach this line Dim db As Database, rs As Recordset, r As Long ' Set db =...
Back
Top Bottom