Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how to get the value of a text box in a sub or function (Not a private sub or
function) without usirn UserForms |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Depends on the type of text box you are using. If the text box is from the
controls toolbox and is embeded in a sheet then something like this will do... msgbox Sheet1.Textbox1.Text -- HTH... Jim Thomlinson "Gerardo" wrote: how to get the value of a text box in a sub or function (Not a private sub or function) without usirn UserForms |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not 100% sure what you mean with: without using UserForms.
If the form is loaded: Sub Test() Msgbox Form1.Textbox1.Text End Sub RBS "Gerardo" wrote in message ... how to get the value of a text box in a sub or function (Not a private sub or function) without usirn UserForms |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using a conditional suffix in text function format syntax=text(value,format_text) | Excel Worksheet Functions | |||
Can Text Function change output text color? | Excel Discussion (Misc queries) | |||
Advanced text function (combining text) | Excel Worksheet Functions | |||
Using Concatenate function to generate text in Text Box | Charts and Charting in Excel | |||
Macro or Function to make text size to suite text Length? | Excel Discussion (Misc queries) |