Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there a VBA equivalent to INKEY to get input from the keyboard? Regards John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi John,
You're probably looking for InputBox: Dim sAnswer As String sAnswer = Application.InputBox("Please enter text:","TEST","Default") MsgBox sAnswer -- Regards, Jake Marx www.longhead.com John Hayes wrote: Hi, Is there a VBA equivalent to INKEY to get input from the keyboard? Regards John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacement for INKEY$ | Excel Programming |