View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default how to use text boxes as an array in an EXCEL user form

Not sure what you want to do, but if you are trying to map contents of
UserForm controls into an array then depending on how you named your
controls this may be easy or not. The same applies if you want to move the
contents of the array to the controls.

Perhaps you could be more specific in explaining what you are trying to do?



--

Regards,
Nigel




"MWJchmsn" wrote in message
...
How can a series of text boxes or labels be used as an array within a MS
EXCEL user form? (MS Office 2003/EXCEL)