I'm a VB programmer, but I haven't done much with VBA and Office. Here's my problem:
I have a report that users export to a .csv file. The first column of this report contains number strings. These numbers are identifiers that may begin with a leading zero (e.g., 05678). Excel converts these strings to integers, and truncates the leading zero.
Any ideas on how I can configure or program Excel to automatically set the format of a column to "text" for this report? The report name and layout are static.
Thanks!
Mark
I have a report that users export to a .csv file. The first column of this report contains number strings. These numbers are identifiers that may begin with a leading zero (e.g., 05678). Excel converts these strings to integers, and truncates the leading zero.
Any ideas on how I can configure or program Excel to automatically set the format of a column to "text" for this report? The report name and layout are static.
Thanks!
Mark