Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I code to add a textbox on a userform to a cell on a worksheet.
the cell is sheet2.range("b4") textbox7 thanks Greg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With Sheet2.Range("B4")
.Value = .Value + TextBox7.Value End With HTH -- AP "Greg" a écrit dans le message de news: ... How do I code to add a textbox on a userform to a cell on a worksheet. the cell is sheet2.range("b4") textbox7 thanks Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding mm:ss values | Excel Worksheet Functions | |||
Adding Values | Excel Worksheet Functions | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
adding name values | Excel Worksheet Functions | |||
adding name values | Excel Discussion (Misc queries) |