F
Fred Smith
I want to call Lookup from a macro. In Excel, the function is:
=lookup(k12,{2,4,6,8;"A","V","X","Z"})
How do I do this in VBA, as in:
cell.offset(0,16) = application.lookup(cell.offset(0,12), < what goes here? > )
=lookup(k12,{2,4,6,8;"A","V","X","Z"})
How do I do this in VBA, as in:
cell.offset(0,16) = application.lookup(cell.offset(0,12), < what goes here? > )