norman_bunch
New Member
- Joined
- Jan 24, 2012
- Messages
- 18
Hello Board,
I am not very up to speed on using VBA Macro's and was wondering if I could get some help. I have an Index match formula that I would like to be able to use in VBA. I would like for this macro to work on the entire workbook of selected active sheets and populate a column with the values found. Any help I could get would be greatly appreciated. Thanks.
Normally this would be placed in column BX8:BX78.
=INDEX('Cover Sheet'!AA46:AA69,MATCH(BE8&BB8,'Cover Sheet'!D46:D69&'Cover Sheet'!L46:L69,0))
I am not very up to speed on using VBA Macro's and was wondering if I could get some help. I have an Index match formula that I would like to be able to use in VBA. I would like for this macro to work on the entire workbook of selected active sheets and populate a column with the values found. Any help I could get would be greatly appreciated. Thanks.
Normally this would be placed in column BX8:BX78.
=INDEX('Cover Sheet'!AA46:AA69,MATCH(BE8&BB8,'Cover Sheet'!D46:D69&'Cover Sheet'!L46:L69,0))