View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default Help creating mimic input box

You can get user input with this code :-

MyInput = InputBox("Please enter something")
If MyInput = "" Then En

--
Message posted from http://www.ExcelForum.com