I am using a
VB Form to allow a barcode to be scanned into a text box and
then various other actions take place. This is the only input field on the
screen. All others are display only. The problem I have is that after the
barcode is scanned, the cursor remains at the end of the scanned number. I
would like the whole field to be selected (highlighted) so that I can then
scan another number to overwrite the previous one. One possibility is to make
the cursor tab to another field and then back again but this is outside of my
ability.
I'm using VBA that comes with excel 2003. (6.3)I think