Hello there!
Well you see, I have got this little problem and I usually dont post on forums unless I am really stuck at something :s
So I am trying to accomplish something that more or less comes down to this:
I have several forms with several textboxes and by pressing the next button you go to the next form, etc.
But in the end I want to collect all the data/variables into another form or console application that uses my code to write all that data to certain cells in an excel file.
I have basicly tried everything I found on the internet but those things were usually about changing the text in a second form to a variable that was declared in the first form, or I would create a new class and define a variable there but that gave me the problem I couldnt set the variable to the string value of my textbox :@
So in a simplified way, what I am trying to accomplish is getting a string variable from one textbox and then use that variable in another form. (but not something like changing label1/textbox1.text into the value of that variable)
Sorry if this sounds complicated but I have been looking for this (maybe obvious) answer for days :?: