#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Fixing Last Cell

When Last Cell needs to be reigned in to just below data, sometimes
Highlight/select Delete Save Close Excel Open Excel doesn't work?
Any ideas?
John
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Fixing Last Cell

Are you deleting the info? You need to delete the rows/columnssave.

--
Don Guillett
SalesAid Software

" wrote in
message ...
When Last Cell needs to be reigned in to just below data, sometimes
Highlight/select Delete Save Close Excel Open Excel doesn't work?
Any ideas?
John



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Fixing Last Cell

Don, yes, am Clearing then Deleting. Thanks for the response, John

"Don Guillett" wrote:

Are you deleting the info? You need to delete the rows/columnssave.

--
Don Guillett
SalesAid Software

" wrote in
message ...
When Last Cell needs to be reigned in to just below data, sometimes
Highlight/select Delete Save Close Excel Open Excel doesn't work?
Any ideas?
John




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Fixing Last Cell

John

Are you selecting ALL rows below data and editdeleteentire row?

SHIFT + End + DownArrow to select from end of data to row 65536

Same for columns to the right?

Never heard of a case where this did not reset the last cell after
saving/closing/re-opening.

Visit Debra Dalgleish's site for macro to reset last cell.

http://www.contextures.on.ca/xlfaqApp.html#Unused


Gord Dibben MS Excel MVP


On Tue, 23 Jan 2007 14:15:01 -0800,
wrote:

When Last Cell needs to be reigned in to just below data, sometimes
Highlight/select Delete Save Close Excel Open Excel doesn't work?
Any ideas?
John


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Fixing Last Cell

Gord,

I did do the Delete on both rows and columns using the little program below.
It was wierd because 4 out of 5 sheets worked fine, but the 5th wouldn't
give it up. Finally I think I found a fix for last cell on MS web site (URL
below).

Sub deletelastcellrows()
'Delete rows below data
Range("A500", "IV65536").Select
Selection.Locked = False
Selection.FormulaHidden = False
Selection.Clear
Selection.Delete

'Delete columns to right of data
Range("CT8", "IV65536").Select
Selection.Locked = False
Selection.FormulaHidden = False
Selection.Clear
Selection.Delete
End Sub

Method 2: Use an Excel add-in
An Excel add-in that removes excess formatting and resets the last cell is
now available for download. To download this add-in, visit the following
Microsoft Web site:
http://www.microsoft.com/downloads/d...displaylang=en
(http://www.microsoft.com/downloads/d...displaylang=en)

Gord, thanks for the help. This thing could pop up again. John


"Gord Dibben" wrote:

John

Are you selecting ALL rows below data and editdeleteentire row?

SHIFT + End + DownArrow to select from end of data to row 65536

Same for columns to the right?

Never heard of a case where this did not reset the last cell after
saving/closing/re-opening.

Visit Debra Dalgleish's site for macro to reset last cell.

http://www.contextures.on.ca/xlfaqApp.html#Unused


Gord Dibben MS Excel MVP


On Tue, 23 Jan 2007 14:15:01 -0800,
wrote:

When Last Cell needs to be reigned in to just below data, sometimes
Highlight/select Delete Save Close Excel Open Excel doesn't work?
Any ideas?
John





Reply
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
Cell References [email protected] Excel Discussion (Misc queries) 2 November 15th 06 11:37 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM


All times are GMT +1. The time now is 05:37 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"