Reply To: Placing Excel tables with numbers in InDesign: Ê instead of white space

Home Page / Forums / General InDesign Topics (CLOSED) / Placing Excel tables with numbers in InDesign: Ê instead of white space / Reply To: Placing Excel tables with numbers in InDesign: Ê instead of white space

#14401258
Dhafir Photo
Participant

Try to do one of these:
– Select the letter Ê and see what it’s refer in Glyph panel.
– Copy the letter Ê and paste it in Find field of GREP or Text tab to see what its code.
– If you need to separate 1000000 to 1 000 000, use this regex in GREP tab in Find/Change:
in Find: \d{1,3}(?=(\d{3})+)
in Change: $0~s

This article was last modified on March 21, 2024

Comments (0)

Loading comments...