|
-
Nov 7th, 2005, 03:01 PM
#1
Thread Starter
New Member
5 digit zip code in CSV using visual basic
Iam accessing a csv file in visual basic program. A column in csv file has got zip codes, but there is formating problem with zip code for eg. 07001 or 08820 is displayed as 7001 or 8820. Iam not able to set the format of the column in my program .
I tried using
1) selection.numberformat = "00000"
2) selection.numberformat = "@" and then adding the leading zeros.
Can some one please suggest any solution to fix this problem of leading zero's.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|