Schodoodles
New Member
- Joined
- Jan 25, 2005
- Messages
- 17
Hi,
I need to find a way to only print a sheet if certain data is inputted on the sheet, such as Name, address etc.
I have got a button set up at the bottom that prints out specifically what I want to print, and the number of copies I want - but how do I stop it from printing and a error message to come up if not all the fields are filled??
My data entry boxes include normall cells on the spreadsheet and VB textboxes.
Would this involve me verifying each bit/box in an IF THEN ELSE statement and printing on the THEN bit?
ege IF all boxes are full THEN Print it ELSE Msgbox etc etc
Thanks
Scho
I need to find a way to only print a sheet if certain data is inputted on the sheet, such as Name, address etc.
I have got a button set up at the bottom that prints out specifically what I want to print, and the number of copies I want - but how do I stop it from printing and a error message to come up if not all the fields are filled??
My data entry boxes include normall cells on the spreadsheet and VB textboxes.
Would this involve me verifying each bit/box in an IF THEN ELSE statement and printing on the THEN bit?
ege IF all boxes are full THEN Print it ELSE Msgbox etc etc
Thanks
Scho