I have the following code which works, but throws a
"Run-time '1004' Unable to set the Printout property of the worksheet class"
Here's the code:
Sub PrintOutv1()
'PrintOutv1 Macro
Dim Val As Double
Val = ActiveWorkbook.Sheets("WU").Range("E1").Value
ActiveWorkbook.Sheets("WU").PrintOut(1, Val, 1, True) = True