View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 661
Default Return action when a selected cell has focus.

Hello All,

Code is needed to call a Combo box when a selected cell has focus.

For example;
When cell A8 (Range("A8").Select) is selected, a
designated Combo Box is visible.

What is the code to perform this task?

Thanks
Paul