Thread
:
application.inputbox
View Single Post
#
1
Posted to microsoft.public.excel.programming
Murat
external usenet poster
Posts: 2
application.inputbox
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?
Reply With Quote
Murat
View Public Profile
Find all posts by Murat