Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I have wpf project and I want save data of excel file(2010) to pdf file.

my excel file have 4 sheet and I want save 3 of them to 3 pages in pdf using Excel interop

I try ThisWorkbook.Sheets(Array("Sheet1", "Sheet2","Sheet3")).Select, But this command don't work.

please help me

thanks in advance!
Posted

1 solution

There is a workaround for this, check this website for the logic used by msdn[š]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900