View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MiRa MiRa is offline
external usenet poster
 
Posts: 4
Default Cancel button in Inputbox method

Hi everybody,
when I use Inputbox method with Type : = 8 (Set MyObject = Input....) and I
click on Cancel button, I will get an error.
Is there any way to avoid this without On Error Goto Label ?

Thanks for answer.

MiRa