Hello!
I'm a newbie so please....
The "Todo List Application" look for the condition "DONE" per row in column B and remove all rows and copy them to "Finished todo items" worksheet at the end and timestamped.
It is a bit slow, I guess becuase it going trough all rows in the defined area (row 103). Else it works fine, my questions is:
1) Is it possible to make it faster by using rows count, i.e. .End(xlUp)?
Please show an example howto implement that in the "Todo List Application"
2) It's only moving items from one column, how can I extend the range to several columns? Please show an example howto implement that in the "Todo List Application"
Yours faithfully,
Bo
I'm a newbie so please....
The "Todo List Application" look for the condition "DONE" per row in column B and remove all rows and copy them to "Finished todo items" worksheet at the end and timestamped.
It is a bit slow, I guess becuase it going trough all rows in the defined area (row 103). Else it works fine, my questions is:
1) Is it possible to make it faster by using rows count, i.e. .End(xlUp)?
Please show an example howto implement that in the "Todo List Application"
2) It's only moving items from one column, how can I extend the range to several columns? Please show an example howto implement that in the "Todo List Application"
Yours faithfully,
Bo