VBA to create two bar graphs from two ODBcs

rirus

New Member
Joined
Dec 8, 2006
Messages
46
I have two different ODBCs which update two lists in a spreadsheet every 30 min. Using VBA I want to create two bar charts. Once create I need them to update every 30 min when the ODBCs update.
The following are the lists of data:

Case Totals
Added Date Totals
9/16/11 270
9/19/11 273
9/20/11 278
9/21/11 280

Case Open/Closed Totals
addDate Closed New
9/16/2011 3
9/19/2011 2 4
9/20/2011 1 6
9/21/2011 2 4

Also, the ODBC will update the last 30 working days of activity so the data should contain no more than 22 days of data to report on.

Thank you for any help you can send my way,

rirus
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,224,568
Messages
6,179,595
Members
452,927
Latest member
whitfieldcraig

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top