View Single Post
  #4   Report Post  
Charles Kenyon
 
Posts: n/a
Default

These are (nonfunctional) macros. Code = macro. Your document will trigger
macro alerts or security.
Consider whether fields will meet your needs rather than command buttons.
See http://addbalance.com/word/datefields1.htm for information on the
different kinds of datefields and how to format them.

See http://addbalance.com/word/datefields2.htm for information on the
different kinds of ways to make a date calculation work. It includes links
to pages with fields and an explanation of different macros that can be used
instead of fields.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.



"Ana ana via OfficeKB.com" wrote in message
...
Thank you Charles. I didn't use macro what i did is adding this code for
the buttons:
=========================================
Private Sub CommandButton1_Click()
Label1.Caption = Format(Now, "General Date")
End Sub

Private Sub CommandButton11_Click()

End Sub

Private Sub CommandButton2_Click()
Label1.Caption = " "

End Sub



Private Sub Label1_Click()

End Sub
=============================================

All works but after I close the doc and reopen it the code didn't work :-(

Thx for your help

--
Message posted via http://www.officekb.com