Hello, I have a problem that I just can't figure out. I wrote some code to print stickers. However it doesn't seem to do what I want it to do.
Sub VRBG()
Dim msgValue
msgValue = MsgBox("Heb commerciele media?", vbYesNo, "Stickers printen!")
If msgValue = vbYes Then...