View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
E.Z. E.Z. is offline
external usenet poster
 
Posts: 17
Default ComboBox and multi sheets

Hi,
I have a workbook with many worksheets.
In each worksheet I'm using a ComboBox control with some values.
My question is - Should I define a ComboBox for each sheet or is there a way
to define one ComboBox and use it every time for the ActiveSheet?

Tnx