Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Two Possible answers to this one that will solve my problem... one from
Excel, one from VBA. From Excel, is there a formula that will link a cell to a text box value? -- If the value of "TextBox1" is "Test", is there a way to send this value to cell A1. From VBA, how do you refer to a text box from VBA? -- I tried Sheets("Survey").TextBox(tbox) where tbox is a string with the TextBox's name ("TextBox1" which changes with each text box). This returns an error. Thanks for your help :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using TEXT and &TEXT - display numbers with commas, underline text | Excel Discussion (Misc queries) | |||
Text does not display in "Text boxs" and when wrapping text in a c | Excel Discussion (Misc queries) | |||
select text in cell based on text from another cell, paste the text at the begining of a thrid cell, etc... | Excel Programming | |||
Excel VBA: Worksheet cell .Text property: 1024 bytes text len limit | Excel Programming | |||
extracting text from within a cell - 'text to rows@ equivalent of 'text to columns' | Excel Programming |