View Single Post
 
Old 04-30-2014, 10:56 AM
alshcover alshcover is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Apr 2014
Posts: 9
alshcover is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
All you need do is specify the output format of 'dtDateFiled.Value'. However, as written, your code also doesn't allow the date to be updated within the bookmark and lacks error-handling. Try:
Code:
Private Sub cmdOK_Click()
...
End Sub
That worked. Thank you very much!
Reply With Quote