Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you used vbcrlf, you should see the box character, too.
And you could use vblf instead of chr(10). That constant is built into excel and (I think) is easier to read/understand for most people. Gary Keramidas wrote: yes, i'm sure i am using vbcrlf. not using any mac's. i want the text for the label on 3 lines in the cell, so i used vbcrlf. at my client's site, the label text is on 3 lines, there are just boxes at the end of the first and 2nd line. don't some up on mine. i sent them new code yesterday that used chr(10) but have not heard back from them, to see if it still shows the box. not sure if they are using office xp yet. -- Gary Keramidas Excel 2003 "Dave Peterson" wrote in message ... If you really use vbcrlf in a cell, you should see either: two boxes (if wordwrap is turned off) or a box (vbcr) and a second line (caused by the vblf). Are you sure you're using vbcrlf? ps. I don't use a Mac so I don't know how those are treated on that platform. Are you both using PCs? Gary Keramidas wrote: i use vbcrlf when i create a label in a cell. anyone know why i don't see the non-printable character (box) in the cell but when i run the code at my client's site, the box is visible? -- Gary Keramidas Excel 2003 -- Dave Peterson -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using vbCrLf in email body does not work with HTMLBody | Excel Programming | |||
Textbox linewrap with vbCrLf problem | Excel Programming | |||
Deleting a row in a message (opposite to VbCrLf) | Excel Programming | |||
VBCRLF not doing anything | Excel Programming | |||
square boxes when using vbcrlf | Excel Programming |