Hello, I have been tasked with using excel to create a macro to auto-populate and generate the next 100 numbers based on values entered, after this is generated I would also need the functionality to be able to hit print and the Sticker Printer Number Convention should be: eg: LP011000000000 ConLP011000000000
What I would like is for the macro to ask the user to enter initial LP and ConLP such as LP040 and ConLP040. Where Reg = Registration and Con = Container etc. and 011 = store number. Then for the macro to auto-populate and generate the next set of 100 numbers based on what was entered for example LP040000000000 and ConLP040000000000, the last generated number would be LP040000000100 and ConLP040000000100
The printout should contain:
LP011000000000 ConLP011000000000
and a scannable barcode
I am a complete beginner at Excel Macros and wouldn't know where to start with this, is this possible to perform using a macro?
What I would like is for the macro to ask the user to enter initial LP and ConLP such as LP040 and ConLP040. Where Reg = Registration and Con = Container etc. and 011 = store number. Then for the macro to auto-populate and generate the next set of 100 numbers based on what was entered for example LP040000000000 and ConLP040000000000, the last generated number would be LP040000000100 and ConLP040000000100
The printout should contain:
LP011000000000 ConLP011000000000
and a scannable barcode
I am a complete beginner at Excel Macros and wouldn't know where to start with this, is this possible to perform using a macro?