Thread: [Solved] VBA Code apply draft
View Single Post
 
Old 02-21-2017, 02:33 AM
lodi123 lodi123 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Feb 2017
Posts: 10
lodi123 is on a distinguished road
Default VBA Code apply draft

Hi guys,

I'm having trouble with this vba code and I have no idea how to solve this.

Sub ApplyDraft()
With ActiveDocument
If .Bookmarks.Exists("Status") Then WriteToBookmarkRange "Draft", cboYourName.Value

End With
Application.ScreenUpdating = True
Unload Me
End Sub

The problem lies with the WriteToBookmarkRange
Thank you!!
Reply With Quote