code_noob1985
New Member
- Joined
- Mar 11, 2025
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
hi there
I'm need to auto-generate a sequence of records in a table based on a series of inputs. Clicking the button will trigger the auto-generation.
The yellow cells (Col C) are drop down boxes referencing data in the grey area.
The orange cells (Col C) are free text.
The data in Col D is a lookup of Col C selections from the grey tables. Except for D12 - which is an abbreviation for Customer Name (currently formula but could be free text as well).
When the user clicks the Generate button, it should add data to the Seat table on the right. The Seat Ref column will be a combination of the data in Col D separated by "-" and ending with a ticket number.
The number of tickets will dictate the number of ticket references to generate and populate in the table.
Could you help with the code needed to generate this?
I'm need to auto-generate a sequence of records in a table based on a series of inputs. Clicking the button will trigger the auto-generation.
The yellow cells (Col C) are drop down boxes referencing data in the grey area.
The orange cells (Col C) are free text.
The data in Col D is a lookup of Col C selections from the grey tables. Except for D12 - which is an abbreviation for Customer Name (currently formula but could be free text as well).
When the user clicks the Generate button, it should add data to the Seat table on the right. The Seat Ref column will be a combination of the data in Col D separated by "-" and ending with a ticket number.
The number of tickets will dictate the number of ticket references to generate and populate in the table.
Could you help with the code needed to generate this?