LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default No characters ???

Hi
I have a wsheet with data from A1 to AJ1394 or so it seems. Yet if i do
Ctrl + End the sheet scrolls to AJ31954.

There is no apparent data on row 31954 and running the little utility
recently posted to show the last real row and column produces the last cell
address as AJ1394. This seems to make sense as that is the end of the
observable data.

However if I do n Autofilter to show blank cells, the range produced shows
all the way to row 31954. Curious.

Assuming the sheet had not been saved after doing whatever work, I saved the
wbook expecting to see the slider bars much enlarged reflecting the real
data. But that was not the case.

This is an important issue because one of the operations I need to do is
delete entire rows if there are blank cells in Column 'foundfax' using:

On Error Resume Next
.Columns(foundFax).SpecialCells(xlCellTypeBlanks). EntireRow.Delete
On Error GoTo 0

I am not sure whether this stops at the last row of UsedRange or goes all
the way to 65536. But whatever, I have all sorts of operations which examine
the data and there is no point in doing an unnecessary extra 30,000 rows.

Can anyone throw some light on this please.

T.I.A.

Geoff
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert 5 characters in a cell to 6 characters by adding a zero Helenf Excel Discussion (Misc queries) 4 May 18th 09 04:43 PM
Insert Leading Characters If String Is Only 7 Characters Paperback Writer Excel Discussion (Misc queries) 2 April 21st 09 09:07 PM
In Excel find characters when multiple characters exist w/i a cel teacher-deburg Excel Worksheet Functions 1 December 5th 05 10:22 PM
HOW DO I EXTRACT ALL CHARACTERS AFTER 5 CHARACTERS ON LEFT GRYSYF Excel Worksheet Functions 5 October 12th 05 10:58 AM
What do these characters mean? sebastienm Excel Programming 0 September 20th 04 07:05 PM


All times are GMT +1. The time now is 06:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"