in CellActivate Event

Me.ActiveCell.SelStart = 0
Me.ActiveCell.SelLen = Len(me.ActiveCell.text)

Certainly possible.

ActiveCell is in fact a single line editfield, and has all of the same properties and methods...

Cheers,
Tom

On 20/11/2006, at 12:22 PM, E. Tejkowski wrote:

I've got a listbox whose cells I want to be editable. I know how to respond to the double-click and how to actually pemit editing of the cell. I would like to know how to force a select-all of the contents of a cell once it has turned editable. Possible?

Thanks,
Erick
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to