G
Guest
Howdy,
I am selecting a cell by doing a search to find the proper row I need and then moving over one cell using the offset command. Then what I need to do is take whatever data is in that cell and copy it to a cell on another sheet. I can access the other cell via Worksheets().Range().value = ..... But then what do I put after that to say take whatever is in the current cell since I won't know what cell is selected?
Hope that makes sense.
Thanks.
I am selecting a cell by doing a search to find the proper row I need and then moving over one cell using the offset command. Then what I need to do is take whatever data is in that cell and copy it to a cell on another sheet. I can access the other cell via Worksheets().Range().value = ..... But then what do I put after that to say take whatever is in the current cell since I won't know what cell is selected?
Hope that makes sense.
Thanks.