rvanbrussel
New Member
- Joined
- May 23, 2014
- Messages
- 9
Hi:
Not very good a VBA and found from Mr. Excel routine that will automatically generate a sequential number for each new sales order:
Sub SeqNumGenerator()
Range("G4").Value = Range("G4").Value + 1
End Sub
We print out 20-25 sales orders at a time to fill in manually when a customer comes into our shop. What I need to do next and have not been able to figure out is how to send the print command after the next number has been generated. Any help is appreciated. We do the sequential number/print process manually now and it is labor intensive. Thank you in advance for any help and direction
Not very good a VBA and found from Mr. Excel routine that will automatically generate a sequential number for each new sales order:
Sub SeqNumGenerator()
Range("G4").Value = Range("G4").Value + 1
End Sub
We print out 20-25 sales orders at a time to fill in manually when a customer comes into our shop. What I need to do next and have not been able to figure out is how to send the print command after the next number has been generated. Any help is appreciated. We do the sequential number/print process manually now and it is labor intensive. Thank you in advance for any help and direction