V
verizon
Hello Board
I would like the default value of the Input box to be the array: 10,20,40
and of course the user may specify an array of his own.
But I cannot get the Array values to be accepted by this method and I cannot
figure out why:
Dim vAggregations As Variant
vAggregations = Application.InputBox(Prompt:="Enter LB horizons (in
rollovers):", Title:="Lookbacks", Default:=Array("10,20,40"), Type:=64)
If the user wishes to accept the default values, pressing OK on the Dialog
box does nothing. The box remains there apparently still waiting for input.
What am I doing wrong?
Thank you
W
I would like the default value of the Input box to be the array: 10,20,40
and of course the user may specify an array of his own.
But I cannot get the Array values to be accepted by this method and I cannot
figure out why:
Dim vAggregations As Variant
vAggregations = Application.InputBox(Prompt:="Enter LB horizons (in
rollovers):", Title:="Lookbacks", Default:=Array("10,20,40"), Type:=64)
If the user wishes to accept the default values, pressing OK on the Dialog
box does nothing. The box remains there apparently still waiting for input.
What am I doing wrong?
Thank you
W