View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_44_] Tim[_44_] is offline
external usenet poster
 
Posts: 28
Default Keeping focus on a txtbox

I already do. Tried one other thing; a breakpoint on the .setfocus to
see if the event was actually occuring. It was. The extra pause given
by stopping at the breakpoint allowed the system to work as expected.
But when I remove the breakpoint, the same problem is back. Any more
ideas?