View Single Post
 
Old 02-17-2012, 05:44 AM
Peter Earle Peter Earle is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Feb 2012
Posts: 1
Peter Earle is on a distinguished road
Default I am having all the same problems.

Quote:
Originally Posted by macropod View Post
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)
Reply With Quote