LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default move this rectangle to hide the unused cells

Xl2000
I have 90 rows with formulas that are not being used yet and I don't
want to see them untill I need them.
Each work day that is monday through friday I will use the next 2 rows.
So what I created a Rectangle colored white to hide the unused cells
and I have a macro that I click on to move the Rectangle 2 rows
Question Is it possible to have XL move this rectangle each work day
when I open this sheet
and not move it on the weekends when I may want to review
the sheet
Sub Rectangle10_Click()
ActiveSheet.Shapes("Rectangle 9").Select
Selection.ShapeRange.IncrementTop 24.75
End Sub

 
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
Hide unused rows and columns kyleb Excel Discussion (Misc queries) 1 March 25th 10 02:24 AM
Hide unused rows based on column info Becki Excel Worksheet Functions 5 July 7th 09 03:22 AM
How do you hide unused cells in a spreadsheet? riverdog Excel Discussion (Misc queries) 3 April 14th 08 04:54 PM
MOVE DATA INTO UNUSED ROWS sailmore50 Excel Worksheet Functions 0 July 26th 06 12:14 PM
How to hide unused cells when running accumulated totals grano2 Excel Worksheet Functions 1 August 13th 05 04:07 PM


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