Selecting Contents of Text/Combo box on Click
--------------------------------------------------------------------------------
Hello -
I need to ensure text gets selected when a user clicks in the text or combo box.
Using the Got Focus event I've tried:
HeadFootTrim.SelStart = 0
HeadFootTrim.SelLength = Len(HeadFootTrim.Text)
But, the click event seems to occur after got focus AND my code does not run on the Click event at all.
Help -- getting desperate!
Thank you
--------------------------------------------------------------------------------
Hello -
I need to ensure text gets selected when a user clicks in the text or combo box.
Using the Got Focus event I've tried:
HeadFootTrim.SelStart = 0
HeadFootTrim.SelLength = Len(HeadFootTrim.Text)
But, the click event seems to occur after got focus AND my code does not run on the Click event at all.
Help -- getting desperate!
Thank you