Michael151
Board Regular
- Joined
- Sep 20, 2010
- Messages
- 247
Hello all,
Trying to write a macro that will add the letter "X" in the first blank row of a column.
In the column marked "Goods" (header in row 1), the macro should find the first empty row and add an X. For example:
Before:
Goods
data1
data2
data3
data4
After:
Goods
data1
data2
data3
data4
X
"Goods" can be in any column letter, which is why I'd like to use the header in row 1 to identify. Thanks!
Trying to write a macro that will add the letter "X" in the first blank row of a column.
In the column marked "Goods" (header in row 1), the macro should find the first empty row and add an X. For example:
Before:
Goods
data1
data2
data3
data4
After:
Goods
data1
data2
data3
data4
X
"Goods" can be in any column letter, which is why I'd like to use the header in row 1 to identify. Thanks!