A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Data Entry



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2009, 02:52 PM posted to microsoft.public.excel.misc
jojoba
external usenet poster
 
Posts: 2
Default 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
  #2  
Old May 18th, 2009, 03:49 PM posted to microsoft.public.excel.misc
Jamo via OfficeKB.com
external usenet poster
 
Posts: 5
Default 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

  #3  
Old May 18th, 2009, 03:50 PM posted to microsoft.public.excel.misc
Jamo via OfficeKB.com
external usenet poster
 
Posts: 5
Default 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

  #4  
Old May 18th, 2009, 04:16 PM posted to microsoft.public.excel.misc
jojoba
external usenet poster
 
Posts: 2
Default 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


  #5  
Old May 18th, 2009, 04:49 PM posted to microsoft.public.excel.misc
Jamo via OfficeKB.com
external usenet poster
 
Posts: 5
Default 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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.