Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi! I have an Excel 2003 file with multiple textboxes placed directly onto
the sheet. I noticed that when I click or tab to any of the textboxes, the cursor is not placed directly to the left edge. It seems to me that it's off 1-2 characters to the right like the textbox is padded. Is there a way to get rid off such "padding" ? I can not seem to figure out how to. Please help. Many Thanks in Advance, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mike,
Mike wrote: Hi! I have an Excel 2003 file with multiple textboxes placed directly onto the sheet. I noticed that when I click or tab to any of the textboxes, the cursor is not placed directly to the left edge. It seems to me that it's off 1-2 characters to the right like the textbox is padded. Is there a way to get rid off such "padding" ? I can not seem to figure out how to. If these are ActiveX controls, you can set the SelectionMargin property to False. -- Regards, Jake Marx www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Mike, It isn't padded. What you see is the Selection Margin. Clicking in that space will select all the text. To turn it off, set the *SelectionMargin* property to *False*. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=485036 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Links from Excel 2000 | Excel Discussion (Misc queries) | |||
Imported into Vista, how to delete 2000 Excel textbox? | Excel Discussion (Misc queries) | |||
Removing Carriage Returns in Excel 2000 | Excel Discussion (Misc queries) | |||
Removing links to other workbooks-Excel 2000 | Excel Worksheet Functions | |||
Help needed with textbox formatting in Excel 2000 | Excel Discussion (Misc queries) |