Hello Everyone. I am a little stuck on what is probably a very simple piece of code, but y'all know how it goes when its the end of the day and your brain is mush.
If there is already a post that has an answer similar to what i am looking for please let me know.
Cells and Values for Reference:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD][Any Real Number][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Description of what I need to happen:
Thank you all for your assistance with this.
If there is already a post that has an answer similar to what i am looking for please let me know.
Cells and Values for Reference:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD][Any Real Number][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Description of what I need to happen:
- On Workbook open check to see if a cell on a certain sheet has a value if it does exit sub. (This part I know how to do and have set up).
- If the cell in step number 1 has no value then proceed with the following:
- Look for the first empty cell in Column B.
- when it finds the first empty cell in Column B the code grabs the number from Column A and places that number into UserForm Textbox when the Userform is activated.
- After the code places that number from column A into the Userform the code would then move down one row and add a specified numeric value to the previous cell in Column A.
- End Sub
Thank you all for your assistance with this.