View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Box Characters in a form

"abc" & chr10 & "efg"

--
Regards,
Tom Ogilvy

"Stuart" wrote in message
...
I have inherited a form on which is a label. When I edit the label's

caption
property, I find 'box' characters which seem to represent linefeeds(?).
How can I reproduce these please?

Regards.