I created several textboxes using the forms control. The textboxes are on a worksheet. I also have a command button that evaluates each of the entry in the textbox. When the code encounters an empty textbox, I want to bring the cursor [focus] back to the empty textbox. I don't have a setfocus property in any of the textbox that I'm using. So, how to accomplish this?