Protect / unprotect a form

J

Johnnyboy5

I am asking you Excel guys as the Word guys are not so clever.

I need this macro to run in a “protected Form” in Word.

Can some add what’s needed to unprotect and protect the form when
this macro has been run.

Sub tick()
'
' tick Macro
' Macro recorded 29/06/2011 by
'
Selection.Font.Size = 18
Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3844,
Unicode _
:=True

End Sub

Thanks

Johnnyboy
 
G

GS

If you design your forms in Excel to begin with (much better suited for
this task - IMO), then applying sheet protection is all that's
necessary. If you unlock cells requiring input from those who would be
filling out the form, then they could move from field to field via the
'Tab' or 'Arrow' keys. This would obviate the need to print the form to
fill it out. You could also provide instruction to use 'SaveAs' and
append their name to the filename, OR make the file an XLT so they can
open a new (unsaved) workbook based on that XLT.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top