I got code for report labels off of microsoft website and part of the code is follows:
Val(InputBox$("Enter Number of blank labels to skip"))
Val(InputBox$("Enter Number of Copies to Print"))
Does anyone know if there is a way to add a title to the input box? I didn't want to create a new form just so I could get the title, seeing if there was a quicker way. Thanks.
Val(InputBox$("Enter Number of blank labels to skip"))
Val(InputBox$("Enter Number of Copies to Print"))
Does anyone know if there is a way to add a title to the input box? I didn't want to create a new form just so I could get the title, seeing if there was a quicker way. Thanks.