Thread: User forms
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default User forms

Yes: You can use this to repopulate the for
This also has to be run from within the form's Modul

Dim i As Singl
For i = 0 to Ubound(MyArray
Me.Controls(MyArray(0,i)).Text = MyArray(1,i
Nex

----- eklarsen wrote: ----

Thank you for your reply

Will I then need to call the Array to repopulate when the form i
re-opened

Perhaps using a on activate or something


--
Message posted from http://www.ExcelForum.com