D
Dav
I am sure this is possible in a macro, but I'm only just learning them
In a workbook I have 2 sheets one containing last months data (lstmnth
and one containing this months data (thismnth)
On both sheets I wish to compare the ranges C1:L1, C5:L5, O1:X1, O5:x
All the cell values are numbers,
if the number on lstmnth is > this month I wish to insert a shap
MSoDownArrow possibly in the cell in thismnth
if the number on lstmnth is <this month I wish to insert a shap
MSoUpArrow possiblyin the cell in thismnth
So for example lstmnth!C1 is compared to Thismnth!C1 etc if lstmnth!C
is greater insert a down arrow in cell C1, this needs to repeat fo
each pair of cells in each of the ranges above. So repeated for D1 o
each sheet then E1 on each sheet etc
the shapes need to be transparent and centred horizontally an
verically in each cell.
If the macro could first delete any shapes already on the sheet tha
would also be great
thanks in advance for your hel
In a workbook I have 2 sheets one containing last months data (lstmnth
and one containing this months data (thismnth)
On both sheets I wish to compare the ranges C1:L1, C5:L5, O1:X1, O5:x
All the cell values are numbers,
if the number on lstmnth is > this month I wish to insert a shap
MSoDownArrow possibly in the cell in thismnth
if the number on lstmnth is <this month I wish to insert a shap
MSoUpArrow possiblyin the cell in thismnth
So for example lstmnth!C1 is compared to Thismnth!C1 etc if lstmnth!C
is greater insert a down arrow in cell C1, this needs to repeat fo
each pair of cells in each of the ranges above. So repeated for D1 o
each sheet then E1 on each sheet etc
the shapes need to be transparent and centred horizontally an
verically in each cell.
If the macro could first delete any shapes already on the sheet tha
would also be great
thanks in advance for your hel