Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
IM having trouble implementing the following code
Qty1 = txtQty1.Value Qty2 = txtQty2.Value .... .... Qty27 = txtQty27.Value Qty28= txtQty28.Value I have tried to use this code and it returns an error For i = 1 To 28 Me.Controls("Qty" & i) = Me.Controls("txtQty" & i).Value Next i just wondering if there is a simplier way to do this thank -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Probelm with macro | Excel Worksheet Functions | |||
Making a graph with 3 independant varibles | Excel Discussion (Misc queries) | |||
Hyperlink probelm | Excel Worksheet Functions | |||
Hyperlink probelm | Excel Discussion (Misc queries) | |||
Probelm with Data formatting | Excel Programming |