Expand Minimize
This topic has not yet been rated - Rate this topic

Application.ConstrainNumeric Property (Excel)

Published: July 16, 2012

True if handwriting recognition is limited to numbers and punctuation only. Read/write Boolean.

expression .ConstrainNumeric

expression A variable that represents an Application object.

This property is available only if you're using Microsoft Windows for Pen Computing. If you try to set this property under any other operating system, an error occurs.

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

If Application.WindowsForPens Then 
 Application.ConstrainNumeric = True 
End If
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.