Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm guessing there is a simple way to do this, but i cant figure it out and
couldnt find anything in the search. i have a macro that fires an input box when a button is clicked and i would for whatever is typed in the input box to do what it is supposed to do, but to also show what is typed in a cell or box nearby the button. thanks in advance for help... -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200702/1 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
Sub msgboxincell() ans = InputBox("enter data") Range("d14").Value = ans End Sub -- Don Guillett SalesAid Software "brownti via OfficeKB.com" <u31540@uwe wrote in message news:6d8cef72692e2@uwe... I'm guessing there is a simple way to do this, but i cant figure it out and couldnt find anything in the search. i have a macro that fires an input box when a button is clicked and i would for whatever is typed in the input box to do what it is supposed to do, but to also show what is typed in a cell or box nearby the button. thanks in advance for help... -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200702/1 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
that'll do...thanks
Don Guillett wrote: try Sub msgboxincell() ans = InputBox("enter data") Range("d14").Value = ans End Sub I'm guessing there is a simple way to do this, but i cant figure it out and [quoted text clipped - 5 lines] or box nearby the button. thanks in advance for help... -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200702/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is there an equal fxn for 'InStr' in excel. Not Find or Search | Excel Worksheet Functions | |||
search for a value in one column and find another value from anoth | Excel Discussion (Misc queries) | |||
Find formatting doesn't work: "Excel cannot find data" | Excel Discussion (Misc queries) | |||
Find and sum values based on a column search | Excel Discussion (Misc queries) | |||
Find within Workbook. | Excel Discussion (Misc queries) |