ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help - How do I reset usedrange in excel 2000 (https://www.excelbanter.com/excel-programming/289349-help-how-do-i-reset-usedrange-excel-2000-a.html)

Donald Parker

Help - How do I reset usedrange in excel 2000
 
From my web searches I have found there is a lot of talk about this problem,
but I have never found a real solution (i.e. do SOMETHING to make the
usedrange actually work). The solution that seemed to work in previous
releases was to run something like activesheet.usedrange but that does not
work in excel 2000. Some have suggested that closing and saving a file
resets the used range, but I have not seen that to be true either.

Does anyone have a REAL solution. I am not interested in functions that find
a range that has data in it - I can write that easily. The only solution
I'm interested in is once that allows me to use usedrange "properly".

Thanks!



Tom Ogilvy

Help - How do I reset usedrange in excel 2000
 
the first thing you have to do is Delete the entire empty rows and empty
columns that are included in the UsedRange.

Then
Activesheet.usedrange

executed in code will reset it (and I haven't had a problem in xl2000)

or saving the workbook will reset it.


Rows("200:65536").EntireRow.Delete
Columns("Z:IV").EntireColumn.Delete
Activesheet.UsedRange

--
Regards,
Tom Ogilvy


Donald Parker wrote in message
. ..
From my web searches I have found there is a lot of talk about this

problem,
but I have never found a real solution (i.e. do SOMETHING to make the
usedrange actually work). The solution that seemed to work in previous
releases was to run something like activesheet.usedrange but that does not
work in excel 2000. Some have suggested that closing and saving a file
resets the used range, but I have not seen that to be true either.

Does anyone have a REAL solution. I am not interested in functions that

find
a range that has data in it - I can write that easily. The only solution
I'm interested in is once that allows me to use usedrange "properly".

Thanks!






All times are GMT +1. The time now is 03:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com