Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm trying to loop through a series of "TextBox", where I take the content of the box if there is something there into another box on another sheet. Basicly this is what I'm trying to do: j = 1 For i = 1 To 5 If Sheet2.TextBox[i] = "Not Applicable" Else Sheet3.TextBox[j].Value = Sheet2.TextBox[i] End If Next i Can someone show me how I can do this with MS Excel VBA Many many THANKS ! ! ! Cheers René |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Textbox value based on another textbox value.doc | Excel Discussion (Misc queries) | |||
Calculate Textbox value based on another textbox value | Excel Discussion (Misc queries) | |||
Textbox to Textbox | Excel Discussion (Misc queries) | |||
TextBox | Excel Programming | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |