I need help (first timer!).
I have a little vlookup VBA to paste a text but it keeps pasting a number.
(Application.WorksheetFunction.VLookup(Range("C1").Offset(i, 0), Sheets("example").Range("A:I"), 5, 0)
example -- C1 has the lookup 4000 and the column 5 has a text 044356
the vlookup displays 44,356
any help will be appreciated
I have a little vlookup VBA to paste a text but it keeps pasting a number.
(Application.WorksheetFunction.VLookup(Range("C1").Offset(i, 0), Sheets("example").Range("A:I"), 5, 0)
example -- C1 has the lookup 4000 and the column 5 has a text 044356
the vlookup displays 44,356
any help will be appreciated