monkey_man
New member
I have a gauge record system which logs all the gauges we currently have in the system , the user fills the details in and presses save and it is sent to an excel spreadsheet.
what i would like to do is when it comes to save the spreadsheet with the data I want it to find the next blank line and insert the details there, how would I go about doing that.
Thanks for any help you can give me
Code:
TextBox1.Text = (xl.Range("d2").Value)
what i would like to do is when it comes to save the spreadsheet with the data I want it to find the next blank line and insert the details there, how would I go about doing that.
Thanks for any help you can give me