Itzik,
Wow, binder, I haven't heard that term for quite a while. Don't know if
MS Binder will work with Project, did you try it?
It's not real clear what you mean by printing all 70 files in the same
view. Do you mean print all 70 files as one big file or do you mean
print each of the 70 files in the Gantt Chart view for example? If you
want to do the former, build a consolidated master by going to
Insert/Project and select all 70 files in the Insert Project Window. If
you want each file to print starting on its own page, just put a manual
page break at the beginning of each inserted file. If you simply want to
print each file separately, you could create a simple VBA macro to
automate opening each file, setting the view and printing. If all the
files are in one folder, you should be able to simply code in the folder
path and have the macro open all the files in that folder in succession.
These are just a couple of ideas. There may be other methods also.
Hope this helps.
John