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

IC, Tnx

"Jim Thomlinson" wrote in message
...
Objects like combo boxes are embeded in sheets so generally speaking you
are
going to be better off to create one in each sheet. You can not create a
combo box that floats.
--
HTH...

Jim Thomlinson


"E.Z." wrote:

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