Blank Cell Selecting (code) Question
5 pts.
0
Q:
Blank Cell Selecting (code) Question
I'm creating a macro, and need to select the first blank cell in a row.

My code now reads:

Range("A2").Select
Selection.End(xlToRight).Select

This selects the last cell with data, but I want to select the blank cell to the right. How would I write the code? Any help would be great.
ASKED: Sep 8 2008  8:18 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
5 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Sep 8 2008  8:18 PM GMT by MattWing   5 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0