View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sunilpatel sunilpatel is offline
external usenet poster
 
Posts: 57
Default wait for combo entry?

As part of my code a combobox is made visible. I require code to "pause"
Code execution must continue once a combobox entry has been selected.

how can this be achieved. I do not want to terminate my code as all
variables will be cleared.

Sunil