D
Dave
Hi,
My problem is this... I want the user to click on a row number (any
row) - just so the entire row is selected. Then I want to position the
code at column A of that selected row, then select each cell along the
entire row.
I will be using offsets to select the cells - as I am assuming I know
where each piece of data is on the row.
I so far have this...
Dim c As Range
For Each c In Selection.EntireRow
msgbox("Cell")
Next c
Not much I know, I'm not even convinced that 'c' in this case selects
each cell - as I only get one msgbox appearing. Can anyone help me
fill in the blanks please?
Thanks,
Dave
++++++++++++
"Your mouse has moved. Windows will now restart for changes to take effect."
++++++++++++
My problem is this... I want the user to click on a row number (any
row) - just so the entire row is selected. Then I want to position the
code at column A of that selected row, then select each cell along the
entire row.
I will be using offsets to select the cells - as I am assuming I know
where each piece of data is on the row.
I so far have this...
Dim c As Range
For Each c In Selection.EntireRow
msgbox("Cell")
Next c
Not much I know, I'm not even convinced that 'c' in this case selects
each cell - as I only get one msgbox appearing. Can anyone help me
fill in the blanks please?
Thanks,
Dave
++++++++++++
"Your mouse has moved. Windows will now restart for changes to take effect."
++++++++++++