D
douglas
I need to put char(5) into 'selected' columns in an excel 2003 worksheet
using vb.net 2005.
The problem is some of the data looks like '00123' and ends in the
spreadsheet looking like '123'. I am losing the leading zeroes. The only way
I know to make the selected range of columns is to make the selected columns
a 'text' format.
Basically I need to accomplish this task with late binding. (Early binding
and late binding do not mix well.) I am using late binding since I am using
the pageset feature in excel 2003.
Thus can you tell me how to solve this problem?
using vb.net 2005.
The problem is some of the data looks like '00123' and ends in the
spreadsheet looking like '123'. I am losing the leading zeroes. The only way
I know to make the selected range of columns is to make the selected columns
a 'text' format.
Basically I need to accomplish this task with late binding. (Early binding
and late binding do not mix well.) I am using late binding since I am using
the pageset feature in excel 2003.
Thus can you tell me how to solve this problem?