View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_712_] Leith Ross[_712_] is offline
external usenet poster
 
Posts: 1
Default cursor activat in textbox


abu ;164513 Wrote:
hi all
i need code to make curser active means blinking in a textbox in form
after clear text in textbox .
any help appreciated .
thanks


Hello abu abdullah,

This code will clear te text box and then put the cursor in the text
box.

TextBox1.Value = ""
TextBox1.SetFocus

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.thecodecage.com/forumz/member.php?userid=75
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45662