Click here to Skip to main content
16,017,037 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just want to know how to open DOCX, XLSX, PPT in vb.net? can someone give me codes, the code is NOT like this

wordDoc = wordApp.Documents.Open("C:\WordText.doc")


because it opens only one file. thanks
Posted
Comments
Dave Kreskowiak 29-Jul-11 8:04am    
Yeah, so what did you expect it to do? Open only takes a single filepath as an argument.

Your requirements are not very clear at all. Are you trying to open multiple files all at once?? Give a bit more detail and we might be able to understand what you're trying to do.

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