This is probably pretty simple, but I am having some trouble figurit out.
I am trying to do some lookups in some Excel spreadsheets.
Is there a way to use HLOOKUP in VBA, I can do it in the actual spreadsheet, but I am running in to problems when I try to do it in VBA.
Aaron
example:
HLOOKUP("Axles", A1:C4,2,TRUE) VBA does not like ":"
I am trying to do some lookups in some Excel spreadsheets.
Is there a way to use HLOOKUP in VBA, I can do it in the actual spreadsheet, but I am running in to problems when I try to do it in VBA.
Aaron
example:
HLOOKUP("Axles", A1:C4,2,TRUE) VBA does not like ":"