Quote:
Originally Posted by macropod
Try the following macro:
Code:
...
iEnd = CInt(InputBox("What is the last Certificate to print?", "Print Certificates To", iStart))
...
|
Is there an error?
Should it not read:
iEnd = CInt(InputBox("What is the last certificate to print?", "Print Certificates To",
iEnd))
I can't seem to make it print anything at all (Not even if I change this)