Thread: Filling a Form
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
p45cal[_216_] p45cal[_216_] is offline
external usenet poster
 
Posts: 1
Default Filling a Form


Of course, after you've edited the textboxes on the userform you'll be
able to update the sheet with a line such as this in the middle of a
similar loop:

Code:
--------------------
devdataSheet.Cells(databaseRow, Boxes).Value = UserForm1.Controls(BoxName).Value

--------------------


--
p45cal

*p45cal*
------------------------------------------------------------------------
p45cal's Profile: 558
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=166947

Microsoft Office Help