View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tolgag[_34_] tolgag[_34_] is offline
external usenet poster
 
Posts: 1
Default prompt for input while macro running

Hi,

Try to use an inputbox :

strWorksheet = InputBox("Please enter the name of the worksheet t
paste :"

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