![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am new to Excel 2003 and having a problem. I have the basics figured out
but cannot seem to reduce the number of columns and rows The columns start at "A" and go all the way to "IV" and the number of lines seems to be endless. Is there a way i can adjust the size of a worksheet without having so many columns and rows, if not how do I get rid of them, they seem to reappear after i delete them. Thanks in advance to anyone that can help me! Pamela |
| Ads |
|
#2
|
|||
|
|||
|
You cannot delete rows/columns (except to clean up the sheet to get rid of
whats in them). You can set a scroll area so that you can't go past the limits set. Put something like this in the ThisWorkbook module of your workbook and save the workbook. Private Sub Workbook_Open() Sheets("sheet1").ScrollArea = "$a$1:$C$15" End Sub -- Don Guillett SalesAid Software "Pamela" > wrote in message ... >I am new to Excel 2003 and having a problem. I have the basics figured out > but cannot seem to reduce the number of columns and rows The columns start > at > "A" and go all the way to "IV" and the number of lines seems to be > endless. > Is there a way i can adjust the size of a worksheet without having so many > columns and rows, if not how do I get rid of them, they seem to reappear > after i delete them. > > Thanks in advance to anyone that can help me! > Pamela |
|
#3
|
|||
|
|||
|
Hi
Highlight the column headings by clicking on the column headings D for example and drag right whilst holding the mouse button down, right click and select hide from the menu that appears. Do the same on the row headings. A tip is to click the row or column heading and then press and hold the ctrl key and then the right cursor key, to highlight all columns or rows, then right click and hide. To unhide right click again in the hidden header section and select unhide. Regards Suresh "Pamela" wrote: > I am new to Excel 2003 and having a problem. I have the basics figured out > but cannot seem to reduce the number of columns and rows The columns start at > "A" and go all the way to "IV" and the number of lines seems to be endless. > Is there a way i can adjust the size of a worksheet without having so many > columns and rows, if not how do I get rid of them, they seem to reappear > after i delete them. > > Thanks in advance to anyone that can help me! > Pamela |
|
#4
|
|||
|
|||
|
Pamela,
You cannot delete the "unwanted" rows/columns but you can "hide" them. Select the columns you DON'T want, right-click and select HIDE. Repeat for the unwanted rows. (UNHIDE will reverse this process) HTH "Pamela" wrote: > I am new to Excel 2003 and having a problem. I have the basics figured out > but cannot seem to reduce the number of columns and rows The columns start at > "A" and go all the way to "IV" and the number of lines seems to be endless. > Is there a way i can adjust the size of a worksheet without having so many > columns and rows, if not how do I get rid of them, they seem to reappear > after i delete them. > > Thanks in advance to anyone that can help me! > Pamela |
|
#5
|
|||
|
|||
|
You can't delete them, but you can hide them from view. Suppose the
area you need to work in covers 12 columns and 50 rows. Click on the "M" at the top of the 13th column in order to highlight it, hold down the <shift> key and press <end> once followed by <right-arrow>, then release <shift>. This will have highlighted all the columns from M to IV. Then click Format | Column | Hide. Now click on the 51 - the row identifier for row 51 - and this will highlight that row. Again holding the <shift> key down, press <end> followed by <down-arrow> then release <shift>, and then click Format | Row | Hide. CTRL-Home will return you to cell A1. You will now only be able to see the first 12 columns and the top 50 rows of the sheet - the other area will appear grey. Hope this helps. Pete Pamela wrote: > I am new to Excel 2003 and having a problem. I have the basics figured out > but cannot seem to reduce the number of columns and rows The columns start at > "A" and go all the way to "IV" and the number of lines seems to be endless. > Is there a way i can adjust the size of a worksheet without having so many > columns and rows, if not how do I get rid of them, they seem to reappear > after i delete them. > > Thanks in advance to anyone that can help me! > Pamela |
|
#6
|
|||
|
|||
|
Thanks to everyone for your replies!
Since I cannot delete the rows and columns is there anyway i can decrease the size of the file. I am trying to use it as a quote sheet for a web page and it takes a while to load for some people Thanks for all your assistance "Pete_UK" wrote: > You can't delete them, but you can hide them from view. Suppose the > area you need to work in covers 12 columns and 50 rows. Click on the > "M" at the top of the 13th column in order to highlight it, hold down > the <shift> key and press <end> once followed by <right-arrow>, then > release <shift>. This will have highlighted all the columns from M to > IV. Then click Format | Column | Hide. > > Now click on the 51 - the row identifier for row 51 - and this will > highlight that row. Again holding the <shift> key down, press <end> > followed by <down-arrow> then release <shift>, and then click Format | > Row | Hide. > > CTRL-Home will return you to cell A1. You will now only be able to see > the first 12 columns and the top 50 rows of the sheet - the other area > will appear grey. > > Hope this helps. > > Pete > > Pamela wrote: > > I am new to Excel 2003 and having a problem. I have the basics figured out > > but cannot seem to reduce the number of columns and rows The columns start at > > "A" and go all the way to "IV" and the number of lines seems to be endless. > > Is there a way i can adjust the size of a worksheet without having so many > > columns and rows, if not how do I get rid of them, they seem to reappear > > after i delete them. > > > > Thanks in advance to anyone that can help me! > > Pamela > > |
|
#8
|
|||
|
|||
|
Thanks to everyone for all your help |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rows & Columns in Excel | seadragon69 | Excel Worksheet Functions | 2 | December 7th 05 05:54 PM |
| convert columns to rows & rows to columns | ROCKWARRIOR | Excel Discussion (Misc queries) | 2 | September 23rd 05 06:31 PM |
| How to swap rows and columns? | [email protected] | Excel Discussion (Misc queries) | 5 | September 21st 05 08:07 AM |
| inserting columns within certain rows only | crimsonkng | Excel Discussion (Misc queries) | 4 | July 14th 05 05:13 PM |
| Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns | foofoo | Excel Discussion (Misc queries) | 1 | April 2nd 05 12:02 AM |