DescTools (version 0.99.19)

wdConst: Word VBA Constants

Description

This is a list with all VBA constants for MS Word 2010, which is useful for writing R functions based on recorded macros in Word. This way the constants need not be replaced by their numeric values and can only be complemented with the list's name, say the VBA-constant wd10Percent for example can be replaced by wdConst$wd10Percent.

Usage

data(wdConst)

Arguments

Format

The format is: List of 2755 $ wd100Words: num -4 $ wd10Percent: num -6 $ wd10Sentences: num -2 ...

Source

Microsoft