home *** CD-ROM | disk | FTP | other *** search
-
- ' This will issue a menu/icon command to Word Pro
-
- ' Place this %Include behind the Declarations Section
- ' This contains a list of all menu/icon commands
- '%INCLUDE "wpbitmsk.lss"
-
-
- ' pass this command to both functions
- WMCommand = LWPMenuMfNew
-
- ' test whether the command is currently available
-
- If .IsWMCommandValid(WMCommand) Then
- ' Send the command to display the New box
- Print .WmCommand(WMCommand)
- End If
-