Hello. I am having an issue figuring out a way to go about this. Here's my scenario: The company I work for uses forms that we can put products, purchased by other companies for each order made. Each form has its own unique WT number. I've been assigned the task of making this form as an excel spreadsheet. Normally this project would not be an issue because I could create a database holding a table that would have an initial starting WT number. From there I could increment the number each time the excel spreadsheet is opened and display it on the new form and save the new number in the database. But this needs to be excel run and I am not familiar with Microsoft databases as I work with PHP/MySQL.
So, is there a way I can read from a text file and then save the new number to that text file, and repeat the process. Or even have two spreadsheets within the same workbook that interact in that manner. Thanks a bunch