Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Basic help with sheet

I'm sure this is a very silly question, but I don't know
how to phrase it to get answers from Help.

I have a sheet with several columns. Each column a different colour.
There's data in a number of rows.

As I scroll down the rows, there is no end. The empty coloured columns
continue as long as I scroll down.

Can I set an absolute end? Is this wasting memory or space? The
workbook does take ages to open.

I do have a finite rightmost column.

Any help appreciated.

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Basic help with sheet

Although slightly counter-intuitive, memory wise it can be more efficient to
format entire columns rather than say the first 1000 rows per column (which
are otherwise unused but say for future use). Formatting entire columns does
not impact on the "usedrange".

Regards,
Peter T

"kirkm" wrote in message
...
I'm sure this is a very silly question, but I don't know
how to phrase it to get answers from Help.

I have a sheet with several columns. Each column a different colour.
There's data in a number of rows.

As I scroll down the rows, there is no end. The empty coloured columns
continue as long as I scroll down.

Can I set an absolute end? Is this wasting memory or space? The
workbook does take ages to open.

I do have a finite rightmost column.

Any help appreciated.

Thanks - Kirk



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Basic help with sheet

On Mon, 8 Sep 2008 12:17:08 +0100, "Peter T" <peter_t@discussions
wrote:

Although slightly counter-intuitive, memory wise it can be more efficient to
format entire columns rather than say the first 1000 rows per column (which
are otherwise unused but say for future use). Formatting entire columns does
not impact on the "usedrange".

Regards,
Peter T


Peter I don't understand what you mean.
How big is an entire column?

Guess I'd like to scroll down to my last (coloured) row
and see an end. At which point, I can scroll down no more.
Is that possible?

Thanks - Kirk
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Basic help with sheet

Having formats in columns would not help you to scroll down, other than as a
visual indicator.

"End" with the arrow keys looks for first or last data entry in a cell.

However you can use Ctrl-End which goes to the bottom-right of the used
range (which does include formats).

If your file takes longer to open than you'd expect or its file size is
larger than you'd expect with the amount of data, reason is might be to be
due to formats, perhaps in large otherwise unused areas.

Regards,
Peter T

"kirkm" wrote in message
...
On Mon, 8 Sep 2008 12:17:08 +0100, "Peter T" <peter_t@discussions
wrote:

Although slightly counter-intuitive, memory wise it can be more efficient
to
format entire columns rather than say the first 1000 rows per column
(which
are otherwise unused but say for future use). Formatting entire columns
does
not impact on the "usedrange".

Regards,
Peter T


Peter I don't understand what you mean.
How big is an entire column?

Guess I'd like to scroll down to my last (coloured) row
and see an end. At which point, I can scroll down no more.
Is that possible?

Thanks - Kirk



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Basic help with sheet

On Mon, 8 Sep 2008 14:52:17 +0100, "Peter T" <peter_t@discussions
wrote:

Having formats in columns would not help you to scroll down, other than as a
visual indicator.

"End" with the arrow keys looks for first or last data entry in a cell.

However you can use Ctrl-End which goes to the bottom-right of the used
range (which does include formats).

If your file takes longer to open than you'd expect or its file size is
larger than you'd expect with the amount of data, reason is might be to be
due to formats, perhaps in large otherwise unused areas.

Regards,
Peter T


Can you tell me l, is it possible to delete (Get Rid of) Unwanted rows
or columns, or not ?

And if you can - how, please?

I hit control-end and Cell IU 1981 is selected. I want the 'end' to be
CS 1175.

So far I've spent about 8 hours Googling for anwers and highlighting
cells and Delete - to no avail. This is crazy!

Thanks - Kirk



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Basic help with sheet

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

--


Gary


"kirkm" wrote in message
...
On Mon, 8 Sep 2008 14:52:17 +0100, "Peter T" <peter_t@discussions
wrote:

Having formats in columns would not help you to scroll down, other than as a
visual indicator.

"End" with the arrow keys looks for first or last data entry in a cell.

However you can use Ctrl-End which goes to the bottom-right of the used
range (which does include formats).

If your file takes longer to open than you'd expect or its file size is
larger than you'd expect with the amount of data, reason is might be to be
due to formats, perhaps in large otherwise unused areas.

Regards,
Peter T


Can you tell me l, is it possible to delete (Get Rid of) Unwanted rows
or columns, or not ?

And if you can - how, please?

I hit control-end and Cell IU 1981 is selected. I want the 'end' to be
CS 1175.

So far I've spent about 8 hours Googling for anwers and highlighting
cells and Delete - to no avail. This is crazy!

Thanks - Kirk



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
Basic Balance Sheet Problem capt.kash Excel Discussion (Misc queries) 2 January 29th 11 11:35 PM
Formatting problem with basic excel sheet TheWanderer New Users to Excel 4 August 13th 08 12:20 AM
Visual Basic - Variable Sheet Names MarkT Excel Discussion (Misc queries) 10 December 18th 07 07:12 PM
excel sheet with visual basic doesn't open uri rozen Excel Programming 1 April 16th 06 11:03 AM
copy range from one sheet to another - basic doubt Rohith Kori Excel Programming 3 December 29th 03 07:35 PM


All times are GMT +1. The time now is 12:54 AM.

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"