I need to get the column letter of the first non-blank cell of a range. This range is basically a part of a row like.
Example: Range = A2:G2 First non blank cell is on F2 cell. Need to get 'F' and store it in a String variable. What is the most efficient way to get this?
Thanks
Try this: