Hi, i am working on a planning tool for work and I want to make a print button...
I have already made the button but when I press it, it says this: "Run-time error '1004': Method 'PrintOut' of object 'Range' failed"
I coded the button this:
A helping hand would be much appreciated
I have already made the button but when I press it, it says this: "Run-time error '1004': Method 'PrintOut' of object 'Range' failed"
I coded the button this:
Sub Udskriv()
Range("A1:T21").PrintOut
End Sub
A helping hand would be much appreciated