Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.04 KB

Excel.Application.ConstrainNumeric.md

File metadata and controls

44 lines (26 loc) · 1.04 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ConstrainNumeric property (Excel)
vbaxl10.chm133096
vbaxl10.chm133096
Excel.Application.ConstrainNumeric
910dd5ad-1750-71b8-8c12-df5107d21063
04/04/2019
medium

Application.ConstrainNumeric property (Excel)

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

Syntax

expression.ConstrainNumeric

expression A variable that represents an Application object.

Remarks

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

Example

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

[!includeSupport and feedback]