View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default What's the difference between Control Toolbox and Forms widgets?

Control toolbox controls are event driven, and can respond to a number of
events, and have more programmable properties.

Forms controls just have a single macro assigned to them which fires when
the control is clicked, and have fewer programmable properties.

Control toolbox controls are more flexible, forms controls are usually
easier for the less experienced user.

I believe, but not absolutely sure, that control toolbox controls in excel
2003 have serious problems, but it is a while since I have used 2003.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Joseph Geretz" wrote in message
...
Hi,

Can you give this layman a brief rundown on the basic difference(s)

between
these two types of widgets?

(I say 'layman' because I'm not an Excel developer. I am a VB6 developer,

20
years in software development, so if you want to throw some technical
details at me, I should be able to handle them. ;-)

Thanks!

- Joseph Geretz -