When you get a list from a client in CSV (comma separated values) format that you’re going to print address labels, or any kind of project
The way around this is pretty straightforward:
1. Open your CSV file in a text editing program like notepad or Notepad++ (my personal favorite), and select and copy all of the data to the clipboard. You can use Ctrl-a, then Ctrl-c.
2. Open a blank Excel document, click inside the first cell, Cell A1, and the paste entire contents of the clipboard by typing Ctrl-v.
3. The first column should be selected after pasting, if not, select the first column, and
4. Chose Delimited, and click Next, then choose Comma and ” for text qualifier then click Next
5. Choose “Text” for column data format for each column. (
Now you’ll have correct zip codes with leading zeros.