I routinely work with extracts where any account numbers which start with "0" or "000" appear without the leading zeros, as the data gets parsed as a text file and the leading digits get dropped. What is the best way to remedy this with VBA? The files are large and contain multiple account numbers in the first column.
Many thanks.
Many thanks.