Starting excel with specific templates

S

stammerman

Hi!

Hope someone can give me some pointers!

I have various CSV files that I wish to import in to excel and t
reformat based on specific templates. For example, file aaa.csv shoul
use template A, file BBB.csv should use template B. etc. etc

Is there anyway I can specify which template to use when I'm startin
Excel? Basically, I need to do this without any user intervention or i
there a better way of doing this?

Cheers,

Marti
 
D

Dave Peterson

I would rename the .csv file to .txt and use a dedicated macro that formatted
the file the way I wanted for each of the different types.

Essentially, I'd record a macro for each type and then tweak that code a bit.
 
Top