![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: M&T Bank
Posts: 18
|
I'm trying to hide columns in a spreadsheet, but I keep getting the error "Cannot Shift Objects Off Sheet". I've deleted all columns to the right and rows below the data and saved the file, but the error keeps popping up.
Why would objects be shifted off the sheet when I HIDE a column? Any suggestions or solutions? Thanks. Denise |
|
|
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
It sounds odd, sounds more like you're inserting a column. If you're using vba, are using something like:
Columns("J:L").EntireColumn.Hidden = True Regards, Nate [ This Message was edited by: NateO on 2002-02-28 10:44 ] |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
You probably have some shape / object
Check to see if you have any....including Comments. If you do then just change the shapes property to Move & size with cell. Just as a side note Comments are a part of the shapes collection....so you don't neccessarily have to have the Box you can change this to any shape you want. HTH Ivan |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|