I've got a table with Column C being a product number. I want to make a userform for applying a completed time to the product number (in column J).
I've made the userform, but I'm lost when it comes to the code. I've got a text box in which to enter the product number and an Okay button.
If it helps the text box is called txtProductNumber and the Okay button is called cmdAdd.
If I enter say 456789 into the product number field, how do I get this to then enter =NOW() into the date column on the same row? For example, if the product number 456789 appears in this table in cell C56, how do have this userform enter =NOW() in cell J56?
I've made the userform, but I'm lost when it comes to the code. I've got a text box in which to enter the product number and an Okay button.
If it helps the text box is called txtProductNumber and the Okay button is called cmdAdd.
If I enter say 456789 into the product number field, how do I get this to then enter =NOW() into the date column on the same row? For example, if the product number 456789 appears in this table in cell C56, how do have this userform enter =NOW() in cell J56?