Use of forms to add only.

Bob Thuli

New Member
Joined
Sep 5, 2003
Messages
29
Is there a way I can use forms and only allow adding new forms and not allow users without a password to edit previous forms. Example: I would like serveral people to log on a sheet there names, comment and the amount of time on a project and not allow them to edit previous users data. Any help you can give me would be very much appreciated.

Thanks
Bob[/list]
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If you're using VBA to get the data from a form to a worksheet, you could protect the sheet the data goes to. Leave it protected, except when your code needs to write to the sheet. Unprotect it, write the data, then protect it again.

There's got to be an example here that does this, unfortunately I don't have the time right now to search the forum...almost time to go home. :coffee:
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,953
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top