I want to write a code with multiple parameters like this :
Set param1 = qt.Parameters.Add("City Parameter", xlParamTypeVarChar)
and be able to use either one parameter or the second. VBA obliged me to have values for both parameters, but I want to have one obligatory parameter and others optional. What should I add to the code?