bluefeather8989
Active Member
- Joined
- Nov 20, 2009
- Messages
- 331
- Office Version
- 365
- Platform
- Windows
If [U3] =9 then
call Onehunderd
ElseIf [U3] = 0 then
Msg box ("Do you wish to print out a Name list before continuing?") vbYesNo
if YES then print sheet "print" then call Onehundred
if NO then call Onehundred
How would i write this?
call Onehunderd
ElseIf [U3] = 0 then
Msg box ("Do you wish to print out a Name list before continuing?") vbYesNo
if YES then print sheet "print" then call Onehundred
if NO then call Onehundred
How would i write this?
Last edited: