Nasmin Saheed
New Member
- Joined
- Jun 11, 2015
- Messages
- 49
- Office Version
- 365
- Platform
- Windows
I have written a VBA script to print some details using a loop option, and this VBA script is assigned to a button. Now, I need that when I press the button to print the details, the VBA should calculate how many pages will be printed and it should display a message with two options: YES or NO. If I press YES, all the pages should print. If I press NO, then the pages should not print. Can anyone please assist with this?