View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnnyboy5[_2_] Johnnyboy5[_2_] is offline
external usenet poster
 
Posts: 99
Default Protect / unprotect a form

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