Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Is it possible to position or pad a string by the pixel unit? By now, space() is base on character. Clara -- thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are other monospaced fonts apart from courier!
"clara" wrote: Hi all, Is it possible to position or pad a string by the pixel unit? By now, space() is base on character. Clara -- thank you so much for your help |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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). "clara" wrote: Hi all, Is it possible to position or pad a string by the pixel unit? By now, space() is base on character. Clara -- thank you so much for your help |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "clara" wrote in message ... Hi all, Is it possible to position or pad a string by the pixel unit? By now, space() is base on character. Clara -- thank you so much for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Name value position in a string of data | Excel Programming | |||
Pixel position of cell | Excel Programming | |||
Position in a string | Excel Worksheet Functions | |||
find nth position of a string | Excel Discussion (Misc queries) | |||
Select a string without knowing position | Excel Programming |