Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Excel files embedded in Excel

Status
Not open for further replies.

richand1

Programmer
Feb 4, 2004
88
0
0
GB
Hi all, I have searched and searched for a solution to this but I can't seem to find one anywhere.

I want to be able to embed any number of Excel files into an Excel worksheet and have the code run through each object, open it, print it and then close the object again. Sounds simples, but I have no idea how to do this.

Has anyone here got some code to at least start me off please?

Thanks all
 


Hi,

Just LIST the workbooks.

Use a loop to Open & Print & Close each one.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Thanks Skip.

I'll have a go and let you know how I get on.

Rich
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top