Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default limiting rows

I want to limit the sheet to 50 rows. How do I block the rest so that no one
could add new rows?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default limiting rows

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default limiting rows

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 417
Default limiting rows

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
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
Limiting axis CharlotteLL Charts and Charting in Excel 1 October 27th 07 11:29 AM
limiting rows of text in a textbox object? mark Excel Worksheet Functions 1 May 19th 06 08:06 PM
limiting rows in a text box? mark Excel Programming 1 May 19th 06 08:05 PM
Limiting Characters In Rows Mdlee Excel Discussion (Misc queries) 1 May 16th 06 04:53 AM
limiting cell value nowfal Excel Discussion (Misc queries) 2 September 9th 05 08:29 PM


All times are GMT +1. The time now is 09:33 PM.

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"