View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
colofnature[_87_] colofnature[_87_] is offline
external usenet poster
 
Posts: 1
Default inputbox (error if close)


"Do...While" isn't VBA. Use:

do while str1 = false
str1 = Application.InputBox("Testing", "Blah Blah")
loop


Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=560737