Position a string by the pixel unit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Is it possible to position or pad a string by the pixel unit? By now,
space() is base on character.

Clara
 
For Excel, you can position almost, repeat, almost all shapes including
controls and word art by using pixels. When you refer to strings, I assume
you mean like text and non-numeric characters in cells or in dialog boxes,
list boxes, combo boxes, etc.
I believe you are stuck with ens and ems (space).
 
It would depend somewhat on where/what you trying to achieve.
If within a cell, you are pretty limited on position, but formatting of
font/size etc can be done on each char, by using Characters.
You can use a label to position text anywhere, but then are limited to a
single font/format.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top