ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Couldnt find in search (https://www.excelbanter.com/excel-discussion-misc-queries/129976-couldnt-find-search.html)

brownti via OfficeKB.com

Couldnt find in search
 
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


Don Guillett

Couldnt find in search
 
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




brownti via OfficeKB.com

Couldnt find in search
 
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



All times are GMT +1. The time now is 03:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com