#1   Report Post  
cassy01
 
Posts: n/a
Default Input Box


is it possible to create a pop-up box to type in a value ??? then when
the user clicks "ok" that value is then pasted into "D92" ??? is this
possible ??

thanks


--
cassy01
------------------------------------------------------------------------
cassy01's Profile: http://www.excelforum.com/member.php...nfo&userid=780
View this thread: http://www.excelforum.com/showthread...hreadid=474143

  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

Assuming this is a macro question:

Sub Ask()
Dim Resp As String
Resp = InputBox("Enter a number")
If Resp < "" Then Range("D92").Value = Resp
End Sub

--
Jim
"cassy01" wrote in
message ...
|
| is it possible to create a pop-up box to type in a value ??? then when
| the user clicks "ok" that value is then pasted into "D92" ??? is this
| possible ??
|
| thanks
|
|
| --
| cassy01
| ------------------------------------------------------------------------
| cassy01's Profile:
http://www.excelforum.com/member.php...nfo&userid=780
| View this thread: http://www.excelforum.com/showthread...hreadid=474143
|


  #3   Report Post  
jahoobob
 
Posts: n/a
Default


Place this in a macro:
myNum = Application.InputBox("Enter a number")
Range("d72").Value = myNum

cassy01 Wrote:
is it possible to create a pop-up box to type in a value ??? then when
the user clicks "ok" that value is then pasted into "D92" ??? is this
possible ??

thanks


--
cassy01
------------------------------------------------------------------------
cassy01's Profile:
http://www.excelforum.com/member.php...nfo&userid=780
View this thread:
http://www.excelforum.com/showthread...hreadid=474143



--
jahoobob
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
input box Monty Excel Discussion (Misc queries) 2 October 7th 05 08:33 AM
Input cell reference is not valid (One Variable Data Table) Dottore Excel Worksheet Functions 9 September 1st 05 03:05 PM
input box = formula bar David494 Excel Discussion (Misc queries) 2 July 29th 05 03:44 PM
Input Form vba help mdalzell Excel Discussion (Misc queries) 0 April 8th 05 03:57 PM
can you input time (hh:mm:ss) without having to input the colon i. Lexicon Excel Discussion (Misc queries) 4 January 11th 05 02:09 PM


All times are GMT +1. The time now is 11:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"