Change your code to the below: (adding a ' character at the beginning of a cell's content tells Excel to treat everything after it as text - the ' won't display)
col_FacID = FindColumn(str_FacID, .Range("A1:Z1"))
Dim Variant_FacID As Variant
Columns(col_FacID).Select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.