I new to programing in vba but have other programing experience. The one thing that keeps getting me is the formatting that vba uses.
Is there a way to use a variable as the lookup value within the match function in a macro? I have tracked my problem down to the match function not being able to handle a variable as the lookup value.
Application.WorksheetFunction.Match(Variable, .....
I'm not sure if there is a need for more code to answer this question and this is at one of the last steps in a code that has several inputs and calculations.
Thanks,
T
Is there a way to use a variable as the lookup value within the match function in a macro? I have tracked my problem down to the match function not being able to handle a variable as the lookup value.
Application.WorksheetFunction.Match(Variable, .....
I'm not sure if there is a need for more code to answer this question and this is at one of the last steps in a code that has several inputs and calculations.
Thanks,
T