I was not sure what you meant by working sheet so I have assumed it is the sheet name

Sheets("Completion sheet").PrintOut Copies:=Sheets("working sheet").Range("h12").Value
If it is the Active sheet then change
Sheets("working sheet")
to
Activesheet