View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] durstbj@gmail.com is offline
external usenet poster
 
Posts: 6
Default Custom Fields with spaces

Hi,
The easiest way to explain my dilemma is by example. I need a custom
field that is always thirty character spaces long no matter how long
the text is. So for example, lets say the word is PIZZA which is 5
characters, I would need 25 blank spaces afterwards to get to 30
characters in total. Does anybody know what this would look like?
I've tried to use the _ but that doesn't seem to work. Thanks.