bensonsearch
Well-known Member
- Joined
- May 26, 2011
- Messages
- 844
Hi All,
I have a vlookup that looks at customers and sees if the email address is in the data, this works fine until i start adding them with ; at the end.
I tried changing the variable (call it asd) that the vlookup sets to, to have asd = asd + ";" also tried asd = asd & ";" none work
i have the asd set to variant since string makes an error, is there a way to make this work or a different data type i can use?
let me know if i make no sense
I have a vlookup that looks at customers and sees if the email address is in the data, this works fine until i start adding them with ; at the end.
I tried changing the variable (call it asd) that the vlookup sets to, to have asd = asd + ";" also tried asd = asd & ";" none work
i have the asd set to variant since string makes an error, is there a way to make this work or a different data type i can use?
let me know if i make no sense