Transfer Page Setup Properties
Hi all,
I am automating the creation of some reports and would like to transfer the page setup properties of one report to another. Does anyone know of an easy way to do this. I was thinking of something like
For Each property in wksSource.pagesetup
wksDestination.pagesetup.property = property
Next property
Any ideas???
Jon
|