I am using VBA to manipulate a dataset and ahve run into a problem; I need to write some values to cells but keep them as strings rather than numbers so later filters will work with other database data.
I was using Cell.Value = x which does the job but is there a way of getting it to write with a string?
I have a feeling this has a simple answer but my google-fu is weak.