Malcolm torishi
Board Regular
- Joined
- Apr 26, 2013
- Messages
- 219
Hi
can anyone tell me if there is a VBA Code to do this. I have a VBA Code that insert values onto rows on my spreadsheet each time I press a command button on my userform and each time I press command button it put that values underneath one another. But sometimes if one of my text boxes does not have any value in it the next time I press the command button the value that should say go onto to 10 does jump up to row 9 if there is no value in the row above.
So my question is , is there a VBA Code to stop this and keep the value stacking underneath each other if there is no value above.
Thank you
can anyone tell me if there is a VBA Code to do this. I have a VBA Code that insert values onto rows on my spreadsheet each time I press a command button on my userform and each time I press command button it put that values underneath one another. But sometimes if one of my text boxes does not have any value in it the next time I press the command button the value that should say go onto to 10 does jump up to row 9 if there is no value in the row above.
So my question is , is there a VBA Code to stop this and keep the value stacking underneath each other if there is no value above.
Thank you