S
steveski
I have a data entry sheet with a column called “Priority” and a colum
called “Start Flag”.
I have a chart (not a PivotChart) which is located as an object in
spreadsheet.
I am trying to develop VBA code which will do the following:
Upon activation of the spreadsheet containing the chart:
Check each row (record) of the data entry sheet and count the record
where Priority = “E” and Start Flag = “TRUE”
Enter the result in a certain cell of the spreadsheet
Check each row (record) of the data entry sheet and count the record
where Priority = “O” and Start Flag = “TRUE”
Enter the result in a certain other cell of the spreadsheet
Etc.
Can you help please
called “Start Flag”.
I have a chart (not a PivotChart) which is located as an object in
spreadsheet.
I am trying to develop VBA code which will do the following:
Upon activation of the spreadsheet containing the chart:
Check each row (record) of the data entry sheet and count the record
where Priority = “E” and Start Flag = “TRUE”
Enter the result in a certain cell of the spreadsheet
Check each row (record) of the data entry sheet and count the record
where Priority = “O” and Start Flag = “TRUE”
Enter the result in a certain other cell of the spreadsheet
Etc.
Can you help please