N
neowok
right thanks. I've decided to use Franks approach and create a userfor
where the user selects which printer they want and then the correc
sheets in the spreadsheet are printed to that printer, so i have trie
to use this code
If UserForm1.OptionButton1.Value = True Then Application.ActivePrinte
= "\\TLPRWFC020001\tlnpwfc020001"
however i get an error when it runs saying "Method 'Activeprinter' o
object '_Application' failed".
any ideas whats wrong with my line of code?
thank
where the user selects which printer they want and then the correc
sheets in the spreadsheet are printed to that printer, so i have trie
to use this code
If UserForm1.OptionButton1.Value = True Then Application.ActivePrinte
= "\\TLPRWFC020001\tlnpwfc020001"
however i get an error when it runs saying "Method 'Activeprinter' o
object '_Application' failed".
any ideas whats wrong with my line of code?
thank