J
jodleren
I want to clear data, meaning that I delete anything below row 4, en
after say "D"
Right now it jumps to EE10000 as the last cell, eg highest cell.
This code does not work
ws.Rows("200:65536").EntireRow.Delete
ws.Columns("Z:IV").EntireColumn.Delete
ws.UsedRange ' invalid use of property?
Sonnich
after say "D"
Right now it jumps to EE10000 as the last cell, eg highest cell.
This code does not work
ws.Rows("200:65536").EntireRow.Delete
ws.Columns("Z:IV").EntireColumn.Delete
ws.UsedRange ' invalid use of property?
Sonnich