dab1477
Board Regular
- Joined
- Jul 30, 2002
- Messages
- 65
I want to add the following to my current code..
I want to find the first empty cell in Column A and enter the text "Final Inspection Days:".
I want to find the corresponding row in column Y and enter the value ".5"
I want to find the next empty cell in Column A and enter the text "Put-Away Days:"
I want to find the corresponding row in column Y and enter the value .25
The idea is that the following would ALWAYS occur as a constant at the END of my macro in colunms A and Y:
Fixed Days: .5
Put-Away Days: .25
My issue is that the above could occur at A20, Y20 and A21, Y21 one time, and then could be possibly be A27, Y27, and A28, Y28 the next. I don't know how to code this type of variable. I think I need to search for a cell as "is null", but am not sure how to so this.
Thanks in advance for any direction you can provide.
I want to find the first empty cell in Column A and enter the text "Final Inspection Days:".
I want to find the corresponding row in column Y and enter the value ".5"
I want to find the next empty cell in Column A and enter the text "Put-Away Days:"
I want to find the corresponding row in column Y and enter the value .25
The idea is that the following would ALWAYS occur as a constant at the END of my macro in colunms A and Y:
Fixed Days: .5
Put-Away Days: .25
My issue is that the above could occur at A20, Y20 and A21, Y21 one time, and then could be possibly be A27, Y27, and A28, Y28 the next. I don't know how to code this type of variable. I think I need to search for a cell as "is null", but am not sure how to so this.
Thanks in advance for any direction you can provide.