Roderick_E
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 2,051
Ok this sounds weird but I need to know if there is a way to do a ctrl+shift+enter (array) in VBA. I often use application.match in my VBA and want to use it for multiple criteria so I can get the row number match. How do I do this? Thanks
Multiple criteria match in basic formula:
This fails in VBA
Edit: P.S. I also tried application.match(string1 & string2, range1 & range 2,0)
Multiple criteria match in basic formula:
Code:
=match(1,(string1=range1)*(string2=range2),0)
This fails in VBA
Edit: P.S. I also tried application.match(string1 & string2, range1 & range 2,0)
Last edited by a moderator: