ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Data Entry (https://www.excelbanter.com/excel-discussion-misc-queries/231161-data-entry.html)

jojoba

Data Entry
 
I want to create a workbook such that users can enter data (using a data form
like page) but once data is entered, it cannot be changed on the spreadsheet.

I tried protecting the sheet but once you protect the sheet, the data form
doesnt't work anymore.

Please help its urgent

Jamo via OfficeKB.com

Data Entry
 
Are you using the inbuilt data form, or have you made your own?

Jamo

jojoba wrote:
I want to create a workbook such that users can enter data (using a data form
like page) but once data is entered, it cannot be changed on the spreadsheet.

I tried protecting the sheet but once you protect the sheet, the data form
doesnt't work anymore.

Please help its urgent


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1


Jamo via OfficeKB.com

Data Entry
 
Are you using the inbuilt data form, or have you made your own?

Jamo

jojoba wrote:
I want to create a workbook such that users can enter data (using a data form
like page) but once data is entered, it cannot be changed on the spreadsheet.

I tried protecting the sheet but once you protect the sheet, the data form
doesnt't work anymore.

Please help its urgent


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1


jojoba

Data Entry
 
The inbuilt data form with New, Delete, Restore, Find Prev, Find Next,
Criteria, Close options

"Jamo via OfficeKB.com" wrote:

Are you using the inbuilt data form, or have you made your own?

Jamo

jojoba wrote:
I want to create a workbook such that users can enter data (using a data form
like page) but once data is entered, it cannot be changed on the spreadsheet.

I tried protecting the sheet but once you protect the sheet, the data form
doesnt't work anymore.

Please help its urgent


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1



Jamo via OfficeKB.com

Data Entry
 
You could add a button to the worksheet and link it to the following macro.

Sub Macro1()

ActiveSheet.Unprotect
ActiveSheet.ShowDataForm
ActiveSheet.Protect

End Sub

This will unprotect the worksheet and show the form. When you close the form,
your worksheet will be locked again.

Make sure you unprotect the button though so you can still click it when the
worksheet is locked.

Jamo

jojoba wrote:
The inbuilt data form with New, Delete, Restore, Find Prev, Find Next,
Criteria, Close options

Are you using the inbuilt data form, or have you made your own?

[quoted text clipped - 7 lines]

Please help its urgent


--
Message posted via http://www.officekb.com



All times are GMT +1. The time now is 04:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com