Read Excel Lines VBA
Hello,
I just started programming in VBA (this morning actually) and I have some difficulties which I hope you can help me with. What I want to make is this:
In textbox6 I have got a number, this number is the line from excel I want to use, therefore my question is how can I read that line, and the line before (so if textbox6 = 43, I need line 42 and 43) that into the VBA and do some calculations on it.
Can somebody please help me.
Barry
|