Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Unhide and Use Columns to the right of the worksheet

I wanted to hide columns AP and everything to the right of it in my
worksheet. So I selected column AP hit CTRL-SHIFT-RIGHT KEY and I
could confine the visible area of my worksheet to A-AO

So far so good.

I now want to be able to insert columns between A and AO.

I get a message saying that it cant shift non-blank columns off the
worksheet (which is now supposedly confined to A-AO.

I inserted the line

ActiveSheet.Range("AP1:AZ1").EntireColumn.Hidden = False

in my Worksheet_SelectionChange macro and found that only column AP
was visible, but that I couldnt select it. I still cant insert columns
anywhere.

Also, for some reason, I cant select an entire row!!!

Any ideas on how to proceed?

Many thanks in advance

-Sharat
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How to Unhide and Use Columns to the right of the worksheet

Hi Sharat

I get a message saying that it cant shift non-blank columns off the
worksheet (which is now supposedly confined to A-AO.


Then you have data in the last column.(256)

Or

Excel can think that the usedrange is bigger then it is.

You can see how big your usedrange is on every sheet with CTRL-END
If the row/column is not the last row/column with data then:

1 Select the first row below your last row with data
2 CTRL-SHIFT-DOWN ARROW
3 Right click on the selection and choose delete

And then for the columns

1 Select the first column next to your last column with data
2 CTRL-SHIFT-RIGHT ARROW
3 Right click on the selection and choose delete

Save the file an close it

Try this and see if it solved your problem

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Sharat Chandrasekhar" wrote in message om...
I wanted to hide columns AP and everything to the right of it in my
worksheet. So I selected column AP hit CTRL-SHIFT-RIGHT KEY and I
could confine the visible area of my worksheet to A-AO

So far so good.

I now want to be able to insert columns between A and AO.

I get a message saying that it cant shift non-blank columns off the
worksheet (which is now supposedly confined to A-AO.

I inserted the line

ActiveSheet.Range("AP1:AZ1").EntireColumn.Hidden = False

in my Worksheet_SelectionChange macro and found that only column AP
was visible, but that I couldnt select it. I still cant insert columns
anywhere.

Also, for some reason, I cant select an entire row!!!

Any ideas on how to proceed?

Many thanks in advance

-Sharat



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Unhide and Use Columns to the right of the worksheet

Ron,

Thanks for your suggestion. Actually, just closing the file and
re-opening it seemed to work!


"Ron de Bruin" wrote in message ...
Hi Sharat

I get a message saying that it cant shift non-blank columns off the
worksheet (which is now supposedly confined to A-AO.


Then you have data in the last column.(256)

Or

Excel can think that the usedrange is bigger then it is.

You can see how big your usedrange is on every sheet with CTRL-END
If the row/column is not the last row/column with data then:

1 Select the first row below your last row with data
2 CTRL-SHIFT-DOWN ARROW
3 Right click on the selection and choose delete

And then for the columns

1 Select the first column next to your last column with data
2 CTRL-SHIFT-RIGHT ARROW
3 Right click on the selection and choose delete

Save the file an close it

Try this and see if it solved your problem

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Sharat Chandrasekhar" wrote in message om...
I wanted to hide columns AP and everything to the right of it in my
worksheet. So I selected column AP hit CTRL-SHIFT-RIGHT KEY and I
could confine the visible area of my worksheet to A-AO

So far so good.

I now want to be able to insert columns between A and AO.

I get a message saying that it cant shift non-blank columns off the
worksheet (which is now supposedly confined to A-AO.

I inserted the line

ActiveSheet.Range("AP1:AZ1").EntireColumn.Hidden = False

in my Worksheet_SelectionChange macro and found that only column AP
was visible, but that I couldnt select it. I still cant insert columns
anywhere.

Also, for some reason, I cant select an entire row!!!

Any ideas on how to proceed?

Many thanks in advance

-Sharat

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
How to unhide Columns at beginning of worksheet BJSalty Excel Discussion (Misc queries) 3 February 11th 09 06:43 PM
can no longer insert new columns & unhide hidden columns em2 Excel Worksheet Functions 1 July 19th 07 03:18 AM
unhide columns after worksheet was closed cheryl_phillips Excel Discussion (Misc queries) 3 November 28th 06 05:59 PM
how do i unhide a worksheet in excel 2003? unhide tab don't work mikekeat Excel Discussion (Misc queries) 2 March 6th 06 03:36 AM
Prevent unhide of rows/columns w/out worksheet protection? annonymous Excel Discussion (Misc queries) 2 March 10th 05 07:23 PM


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