Turn off reverse video in edit mode?

  • Thread starter Thread starter TC
  • Start date Start date
T

TC

Use the forecolor & backcolor properties of the textbox through VBA?

Or, set the textbox'es SelLength property to 0? (that collapses the
selection)

HTH,
TC
 
I have a large text box that when the focus is set to it by tabbing shows
all the text in reverse video (normal Windows behaviour). Is there anything
I can do programmatically that would right the reverse and display black
text on white background? Clicking in the text area does it, but I need to
do the same thing programmatically and then still have the focus in the text
box.

Thanks,
Dean Slindee
 
I think your "Select Entire Field" option is selected. You can set it to
other option in Tools>Option>Keyboard>Behavior Entering Field.

HTH
 
Back
Top