I need to write a simple macro that will do the following:

1) Figure out if there are any non-empty cells in a row that are in
column C or higher.
) If there are values, then get the value of the first non-empty cell
of the current row, starting with column C and then moving right.
2) Get the value of the second non-empty cell of the current row

Some rows may have no values (which is why I want to check if there are
any non-empty cells before I start trying to find the first and then
second non-empty values). Actually, there may be cases where there is
only a first value and not a second.

I can visualize how to say this in VB, put I don't know enough of
Excel's objects and functions to know how to best acheive this. Any
help would be much appreciated!