E
EricG
I have this working the long way (using each separate component of the page
setup object). Why doesn't the code below work? Seems like it should.
Sub Set_Page_Setup(wsh1 as Worksheet, wsh2 as Worksheet)
Set wsh1.PageSetup = wsh2.PageSetup
End Sub
Thanks,
Eric
setup object). Why doesn't the code below work? Seems like it should.
Sub Set_Page_Setup(wsh1 as Worksheet, wsh2 as Worksheet)
Set wsh1.PageSetup = wsh2.PageSetup
End Sub
Thanks,
Eric