Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look at http://contextures.com/xlfaqApp.html#Unused
-- HTH Bob "jodleren" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 17, 11:41*am, "Bob Phillips"
wrote: Have a look athttp://contextures.com/xlfaqApp.html#Unused -- HTH Bob "jodleren" wrote in message ... 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 Yes..... does not change anything :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing Row data for a given range | Excel Programming | |||
Clearing contents from a range | Excel Programming | |||
Clearing the Contents of a range of cells | Excel Programming | |||
need some help clearing a range | Excel Programming | |||
Clearing a Range | Excel Programming |