I am using excel rows crosses 50-80K
Task is to do some to variable filter and delete those rows.
Initially I created flow as follows
- Created column called RowIndex and given formula "=Row(A2)"
- Selected all cell of RowIndex
- Send key: Control+D
- Filter cells: using standard action from PAD to column which I needed
- Copy All available cells
- added new sheet : TempDel
- Paste to A1
- read and added to DataTable : ToDelDT
- Activate back to data sheet
- for each row of ToDel
- delete row of RowIndex+count of deleted and increased count
This way works, but lots of time consuming.
In order to shorten process, I try Delete row shortcut key (Control+(-) minus), it works fine, takes about 3-5 seconds, if I open excel manually.
- Filter cells: using standard action from PAD to column which I needed
- select filter column first row like "A1"
- Send Key: {Down}
- Send key: {Control}({Shift}({Down})) for
- Send key: {Control}(-)
The moment Delete row shortcut key send, Excel app become very busy for at min 5 mins to respond back.
it is same case if I use another shortcut key "{Alt}(){H}{D}{R}".
I am not sure what is the reason behind "not responding" for longer period. Please advise.
Regards,
Raghavendra