SURYAKANTHAREDDY
New Member
- Joined
- Sep 16, 2017
- Messages
- 1
Hi Sir,
I am beginner in excel macro. I am able to use the macro recording. In recording we will get the formulas as is So, instead of that I want define VBA codes. So, Please help me defining the below formulas,
=CONCATENATE(C2,"-",D2)
= VLOOKUP (G2,'MASTER TEMP TL'!E:E,1,0)
= VLOOKUP(A2,'MASTER TEMP TL'!B:B,1,0)
Note : VLOOKUP need to search data in other sheet. So, here MASTER TEMP TL is sheet name.
I am beginner in excel macro. I am able to use the macro recording. In recording we will get the formulas as is So, instead of that I want define VBA codes. So, Please help me defining the below formulas,
=CONCATENATE(C2,"-",D2)
= VLOOKUP (G2,'MASTER TEMP TL'!E:E,1,0)
= VLOOKUP(A2,'MASTER TEMP TL'!B:B,1,0)
Note : VLOOKUP need to search data in other sheet. So, here MASTER TEMP TL is sheet name.