J
JurgenBrea
I would like to use a worksheet function in a macro. This is how I would do
it if I were entering it straight into a cell:
=INDEX(range1,MATCH(F1,range2,0))
Can anyone tell me how I would enter it into the macro?
The F1 would change to "cboProductSelect.Value", but other than that it
should be simple, right? *hopeful*
I found this reference, but haven't managed to get it working by trying to
follow the guidelines as my formula has too many differences:
http://msdn.microsoft.com/library/d...l/xlhowUsingWorksheetFunctions_HV05205786.asp
it if I were entering it straight into a cell:
=INDEX(range1,MATCH(F1,range2,0))
Can anyone tell me how I would enter it into the macro?
The F1 would change to "cboProductSelect.Value", but other than that it
should be simple, right? *hopeful*
I found this reference, but haven't managed to get it working by trying to
follow the guidelines as my formula has too many differences:
http://msdn.microsoft.com/library/d...l/xlhowUsingWorksheetFunctions_HV05205786.asp