


ObjCC.SetCheckedSymbol CharacterNumber:=&H2612, Font:="MS Gothic"ĬontentControl Object Support and feedback Check marks can be inserted using built-in commands or keyboard shortcuts.
#MICROSOFT WORD SYMBOLS TICK BOX CODE#
The following code example sets the checked symbol of the specified content control to the "MS Gothic" font "Ballot Box with X" symbol. You can insert or type a check mark or tick mark symbol in a Word document in several ways. The name of the font that contains the symbol. There are many symbols there that should all work. How I got this was using/adding a checkbox control in Word Desktop app, go to the checkbox properties, and change the symbol of the checked value. For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68. Im pretty sure its the square root symbol but you could use it as the checked value and it should work as it is a native symbol. This value will always be the sum of 31 (the number of control symbols at the beginning of the font) and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). Once the check mark has been inserted, you may change its size or color. In the Character code box at the bottom, enter: 252. Open the Symbol dialog box: In the Font box, select Wingdings. In the Symbol dialog box, on the Symbols tab, click the drop. Go to the Insert tab > Symbols group, and click Symbol. The most common way to insert a tick symbol in Excel is this: Select a cell where you want to insert a checkmark.
#MICROSOFT WORD SYMBOLS TICK BOX HOW TO#
The Unicode character number for the specified symbol. Want to add a check box or tick box to a list or form in Microsoft Word Its easy to do, and you can even make it checkable so you can click the box with your mouse. In your file, place the cursor where you want to insert the symbol. Top Suggestions For How To Insert A Tick On Word Document. SetCheckedSymbol( _CharacterNumber_, _Font_ )Įxpression An expression that returns a ' ContentControl' object. Sets the symbol used to represent the checked state of a check box content control.
