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 most efficient way to feed textboxes from worksheet and vice versa

50 is trivial. Any way, manually loading, or linking to worksheet cells
should be fast enough.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"count" wrote in message
...
Hi,
I believe this has been measured some time ago. I need to feed more than

50
controls (textboxes and label.captions mostly) real fast.
Is there a clear winner among the methods?

TIA
Paul