Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Constant value for word97
Message
From
26/01/1999 09:05:24
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
26/01/1999 08:21:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00180195
Message ID:
00180223
Views:
21
>Hi,
> Is there anybody know about the constant value of wdDoNotSaveChanges for word 97??
>Thank you

If you have Word97, one simple way to get a constant value is to add a small VBA subroutine, e.g.

Sub Test()
x = wdDoNotSaveChanges
Debug.Print x
End Sub

Then just single-step through the code until the value appears in the immediate pane of the debugger.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform