M
Murat
Hi,
When i run following program and press Cancel button, Error Code: 424
occurs.
Dim aralik As Range
Set aralik = Application.InputBox(prompt:="Select range:", Type:=8)
How can i check that the cancel button was pressed?
When i run following program and press Cancel button, Error Code: 424
occurs.
Dim aralik As Range
Set aralik = Application.InputBox(prompt:="Select range:", Type:=8)
How can i check that the cancel button was pressed?