exporting data and reading it in excell
Hi,
I know how to use the transferspreadsheet command in VBA, but what I would like to know is: when I export some data to excell and then I want to read the data I exported in Excell, some cells or not big enough to contain the information, so I always have to resize the cells when I open this excell-file. Is it possible to use a code (or any other way) that could help me to make sure the cell is already that big that the longest data form every column fits the cell so I don't have to resize it every time?
thanks
|