G
Guest
This is part of a sequence that was sorted in ascending order in Excel...
Ad Spend - Arbeitsagentur - Press (€)
Ad Spend - Arbeitsagentur - Trade Magazines/Press ($)
Ad Spend - Arbeitsagentur - Trade Magazines/Press (€)
Ad Spend - Arbeitsagentur (Group Label)
Ad Spend - Cadremploi - Online ($)
Ad Spend - Cadremploi - Online (£)
When running a loop in VBA, the value in the 4th line is less than the value
in the 3rd. Why did is this so?
Is there a way of comparing cells so that the hireachy is the same as Excel
uses for sorting.
Currently I am using..
if range(CellAdress).value < range(CellAdress.offset(1,0)).value then...
Ad Spend - Arbeitsagentur - Press (€)
Ad Spend - Arbeitsagentur - Trade Magazines/Press ($)
Ad Spend - Arbeitsagentur - Trade Magazines/Press (€)
Ad Spend - Arbeitsagentur (Group Label)
Ad Spend - Cadremploi - Online ($)
Ad Spend - Cadremploi - Online (£)
When running a loop in VBA, the value in the 4th line is less than the value
in the 3rd. Why did is this so?
Is there a way of comparing cells so that the hireachy is the same as Excel
uses for sorting.
Currently I am using..
if range(CellAdress).value < range(CellAdress.offset(1,0)).value then...