|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by andrewsudron in Microsoft Excel Spreadsheet Software, VB Objects, Spreadsheet Software
I need to create walk graph based on certain tabular data. Any ideas any help would be appreciated. The graph is to show what was the reasons for certain dollar amounts to go up or down within a certain timeframe. ie what categories of dollars. The effect is to see plus and minus deltas in between the from and to values. The from and to values and deltas would be shown as a bar chart format. I already have a working version created however needs to be completed.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
|
sample code :
Do While Range(WrkCursor).Value <> ""
If IsNumeric(Range(WrkCursor).Offset(0, 1).Value) Then
PrjCntr(0) = Range(WrkCursor).Offset(0, 1).Value / 1000000
PrjFY(0) = Range("E70").Value
End If
If IsNumeric(Range(WrkCursor).Offset(0, 2).Value) Then
PrjCntr(1) = Range(WrkCursor).Offset(0, 2).Value / 1000000
PrjFY(1) = Range("F70").Value
End If
Desc1 = Range(WrkCursor).Value
WrkRowBottom = Range(WrkCursor).Row
WrkCursor = Range(WrkCursor).Offset(1, 0).Address
|
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625