View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default Exit when Cancel clicked.

Hi Auric,

Am Mon, 6 Jun 2016 16:50:47 -0000 (UTC) schrieb Auric__:

val2 = InputBox("Enter the budgeted amount for the new Category",
"BizApp New Category")
If val2 = "" Or val1 = Chr(32) Then Exit Sub

^^^^ typo; should be val2


thank you for the correction of my typo.


Regards
Claus B.
--
Windows10
Office 2016