Thread: VBA Code Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TimN TimN is offline
external usenet poster
 
Posts: 72
Default VBA Code Help

I have a user form that contains a check box. When the check Box Yes
selection is made, a MsgBox appears providing the user some information.

Is it possible upon the "OK" being clicked in that message box to take the
user to a defined cell? My MsgBox is telling the user they need to enter
data in, say cell B1. I would like to have cell B1 be the active cell after
the OK is clicked in the MsgBox.

Any ideas?

Thanks!