remove help icon from inputbox

R

RB Smissaert

Is there a way to get rid of the help icon
in the inputbox?

This is the code that starts the inputbox:

Set rngCol = Application.InputBox(Prompt:="strPrompt", _
Title:="strTitle", _
Type:=8)

Thanks for any advice.


RBS
 
Top