Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
murat
 
Posts: n/a
Default Reduce columns and rows count?

Hello everyone,

Excel sheet has 256 columns and 65536 rows as default. Can I reduce their
count without hiding them? I want to clear unnecessary columns and rows
permanently.

How can i do it?

thanks.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

AFAIK no, only by hiding them

Cheers
JulieD

"murat" wrote in message
...
Hello everyone,

Excel sheet has 256 columns and 65536 rows as default. Can I reduce their
count without hiding them? I want to clear unnecessary columns and rows
permanently.

How can i do it?

thanks.



  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

murat

Cannot be done.

Hiding the unused rows and columns then protecting the sheet is the usual
method.

Setting the scrollarea using VBA is another method.

Note: Setting ScrollArea is good for that session only and only the
activesheet. Has to be reset next time workbook is opened.

Best to place the code into a WorkBook_Open Sub in ThisWorkbook module and
specify which worksheet.

Private Sub WorkBook_Open()
Sheets("YourSheet").ScrollArea = "A1:M36"
End Sub


Gord Dibben Excel MVP

On Wed, 16 Mar 2005 07:13:02 -0800, "murat"
wrote:

Hello everyone,

Excel sheet has 256 columns and 65536 rows as default. Can I reduce their
count without hiding them? I want to clear unnecessary columns and rows
permanently.

How can i do it?

thanks.


  #4   Report Post  
murat
 
Posts: n/a
Default

I'm grateful for your interest.
Thanks a lot!
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
Printing problems with columns and rows Ann Shaw Excel Discussion (Misc queries) 0 February 17th 05 05:35 PM
Convert multiple columns to rows Lois Lane Excel Worksheet Functions 8 January 10th 05 12:47 AM
interchange columns with rows Herman Excel Discussion (Misc queries) 2 December 8th 04 05:40 PM
Rows and columns Loi New Users to Excel 0 November 30th 04 07:42 PM
sumif columns and rows Paul Clough Excel Worksheet Functions 2 November 22nd 04 05:01 PM


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