I'm successfully using CreateProcess to load a .csv file into Excel. However, I'd like to be able to load the .csv file into an Excel template rather than just raw Excel. The code I'm using is:
if(CreateProcess(null,'excel.exe '//fullname,null,null,false,0,null,null,si,pi)==0)then
where fullname includes the path and the name of the .csv file. I can also open the template I want to use by putting its name in fullname instead of the .csv name, but can anyone tell me how to do both at the same time?
With many thanks
Mike
Using CreateProcess to run Excel
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.



