Hello,
I'm relatively new to VBA and Excel programming. I've tried looking for solutions on google and here, but oftentimes they mention an update that happened when the error showed up, not specific solutions.
I am building a small datasheet where we can store our Production information - and for the life of me I can't figure out why it's not working. I know I can attach VBA code, but there's multiple forms and modules in my file, so please advise on how to do that if you can.
The macro Ctrl+n runs the data input form, which works fine unless you want to save multiple products one after another - then it fails with the above mentioned error and crashes the whole Excel. That happens VERY rarely, but it happened twice now.
The worst thing is, I cannot add a product after ID 6. I don't know why, but then it throws that runtime error.
I can add Data in all of the boxes till I get to ID 6. Then it stops working.
Any advice is much appreciated. I really tried to fix it on my own and search for solutions. I can't really attach the file here, so I'm not sure how I should post the whole data form.
I'm relatively new to VBA and Excel programming. I've tried looking for solutions on google and here, but oftentimes they mention an update that happened when the error showed up, not specific solutions.
I am building a small datasheet where we can store our Production information - and for the life of me I can't figure out why it's not working. I know I can attach VBA code, but there's multiple forms and modules in my file, so please advise on how to do that if you can.
The macro Ctrl+n runs the data input form, which works fine unless you want to save multiple products one after another - then it fails with the above mentioned error and crashes the whole Excel. That happens VERY rarely, but it happened twice now.
The worst thing is, I cannot add a product after ID 6. I don't know why, but then it throws that runtime error.
I can add Data in all of the boxes till I get to ID 6. Then it stops working.
Any advice is much appreciated. I really tried to fix it on my own and search for solutions. I can't really attach the file here, so I'm not sure how I should post the whole data form.