Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Good Day Everyone,
I'm working with a sub that accesses the PrintOut feature below but I'd like to see if I can use this PrintOut feature onto a PDF.
Please let me know because I cannot figure it out.
Thank you!
pinaceous
I'm working with a sub that accesses the PrintOut feature below but I'd like to see if I can use this PrintOut feature onto a PDF.
VBA Code:
Dim rngPrint As Range
Set rngPrint = Range("A1:S42")
rngPrint.PrintOut
Please let me know because I cannot figure it out.
Thank you!
pinaceous