Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 702 Bytes

798c0bd0-80f3-f6bd-a5d0-9abd88317bbc.md

File metadata and controls

36 lines (17 loc) · 702 Bytes

Application.WindowsForPens Property (Excel)

True if the computer is running under Microsoft Windows for Pen Computing. Read-only Boolean .

Syntax

expression . WindowsForPens

expression A variable that represents an Application object.

Example

This example shows how to limit handwriting recognition to numbers and punctuation only if Microsoft Windows for Pen Computing is running.

If Application.WindowsForPens Then 
 Application.ConstrainNumeric = True 
End If

See also

Concepts

Application Object

Other resources

Application Object Members