![]() |
#7
|
|||
|
|||
![]()
So you image doesn't show:
Code:
Sub Prot(strPW As String) 'A basic Word macro coded by Greg Maxey ActiveDocument.Protect wdAllowOnlyFormFields, True, strPW End Sub Sub UnProt(strPW As String) 'A basic Word macro coded by Greg Maxey If ActiveDocument.ProtectionType <> wdNoProtection Then ActiveDocument.Unprotect strPW End If End Sub Where did you put them? Put them in your userform module with the command button code. |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA to create a button to attach the active word doc to an email as a PDF without using Outlook | TAKMalcolm | Word VBA | 1 | 09-21-2017 01:52 AM |
![]() |
HelenT | Word VBA | 1 | 10-07-2015 03:32 AM |
File Not Found error when trying to attach Word document to email | Kimber | Word | 0 | 03-06-2015 06:47 PM |
![]() |
brockjensen | Word | 1 | 11-02-2012 06:59 PM |
Debug for macro run through button only when sheet protected | leahca | Excel Programming | 0 | 11-24-2011 04:47 AM |