Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 29, 4:30*pm, Susan wrote:
sub Shazi() dim ws as worksheet dim wb as workbook set wb = activeworkbook for each ws in wb.worksheets * * *Rows("51:65536").EntireRow.Hidden = True next ws end sub ======================== run once for the whole workbook. hth susan On Jul 29, 8:10*am, Shazi wrote: Hi, I want to make a procedure that allow to sheet1 for 50 rows of data only. or How I can limit the worksheet only for 50 rows data entry, If I will hide all the rows from 51 to bottom. is it possible, that when user reach row number 50 then he get the message "your data entry limit is finished, make new worksheet". Regards. Shahzad- Hide quoted text - - Show quoted text - Dear Susan, Dear Mike, Dear Peter, Thank you very much for your suggessions, really very good idea you sent to me, I will go through Susan's code. Thanks a lot of your help. with best regards. Shahzad Madinah |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
limit number of rows in worksheet from 6000+ to 600 | Excel Worksheet Functions | |||
How to limit number of rows and column in worksheet? | Excel Discussion (Misc queries) | |||
want to limit worksheet to 1000 rows instead of 65,000 | New Users to Excel | |||
is there a limit to the number of rows a worksheet can have? | Excel Discussion (Misc queries) | |||
Increase rows in worksheet beyond 65,536 row limit | Excel Discussion (Misc queries) |