My program generates a set of names and numbers, and exports them to an Excel spreadsheet via a comma separated file. I have managed to do this dynamically using GetObject.
Is it possible to manipulate the resulting instance of Excel from the calling program? For example, to reformat the columns, add sums and counts etc.
Is it possible to manipulate the resulting instance of Excel from the calling program? For example, to reformat the columns, add sums and counts etc.