I solved it. For anyone interested: Please excuse the way this is presented (ie. Format, it's hard to copy and paste and see result in these small Post Comments window.
Private Sub CommandButton50_Click()
Dim dMonth As Date Dim strMonth As String Dim strYear As String Dim strFullDay As String Dim oCtrl As ContentControl
For Each oCtrl In ActiveDocument.ContentControls
If oCtrl.Tag = "MeetingDay" Then
If oCtrl.ShowingPlaceholderText = True Then
MsgBox "You didn't select a date" oCtrl.Range.Select
MsgBox "These Minutes will be saved to: " & "C:\User\Rick\Meetings\" & strYear & "\" & strMonth & "\Meeting Minutes " & strFullDay & ".doc"
ActiveDocument.SaveAs FileName:="C:\User\Rick\Meetings\" & strYear & "\" & strMonth & "\Meeting Minutes " & strFullDay & ".doc" End If Exit For End If Next oCtrl End Sub
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Microsoft Word Forum.
The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.