Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to limit the sheet to 50 rows. How do I block the rest so that no one
could add new rows? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would hiding them work for you?
-- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Steph" wrote in message ... I want to limit the sheet to 50 rows. How do I block the rest so that no one could add new rows? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
no. I want to be able to edit or work only within the 50 rows but block from
adding for deleting the rows. How do I do that? "Bernard Liengme" wrote: Would hiding them work for you? -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Steph" wrote in message ... I want to limit the sheet to 50 rows. How do I block the rest so that no one could add new rows? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might have to try using a custom designed Data Form to allow the user
to select a row of data and edit it. Put a button on the worksheet that calls up this form and then protect the worksheet and workbook with a password. When the user edits a row of data, your macro would temporarily unlock the worksheet/workbook, change the cells for that row, then re-lock the worksheet/workbook again. -- Regards, Bill Renaud |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limiting axis | Charts and Charting in Excel | |||
limiting rows of text in a textbox object? | Excel Worksheet Functions | |||
limiting rows in a text box? | Excel Programming | |||
Limiting Characters In Rows | Excel Discussion (Misc queries) | |||
limiting cell value | Excel Discussion (Misc queries) |