S
SteveA
I have an vba script that needs to resort the order of the tasks. Current
the best solution that I've found is to:
SelectRow <row id>, False
EditCut
SelectRow <new row id + 1>, False
EditPaste
Unfortunately this is a very slow process when doing this a couple hundred
times. Does anyone know of a quicker method for doing this?
the best solution that I've found is to:
SelectRow <row id>, False
EditCut
SelectRow <new row id + 1>, False
EditPaste
Unfortunately this is a very slow process when doing this a couple hundred
times. Does anyone know of a quicker method for doing this?