Hello All.
Having a go at some VBA Excel 2010, and hit a roadblock.
If asmblyCode = Application.WorksheetFunction.HLookup(asmblyCode,Sheet3!B$2:!S$3', 1, False) Then
So, im trying to do a lookup for the variable asmblyCode on sheet3 B2-S3 on the first row.
I get a list separator or ) error.
Im not sure what is causing it......
Appreciate your help.
Having a go at some VBA Excel 2010, and hit a roadblock.
If asmblyCode = Application.WorksheetFunction.HLookup(asmblyCode,Sheet3!B$2:!S$3', 1, False) Then
So, im trying to do a lookup for the variable asmblyCode on sheet3 B2-S3 on the first row.
I get a list separator or ) error.
Im not sure what is causing it......
Appreciate your help.