![]() |
INKEY and VBA
Hi,
Is there a VBA equivalent to INKEY to get input from the keyboard? Regards John |
INKEY and VBA
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 |
All times are GMT +1. The time now is 02:08 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com