Target value, Next cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello again. I'm in my worksheet object ,and if the contents of the target
cell have a specific value then I would like the cell to the right of the
target cell to update with new information. This will happen for multiple
rows. Is there a way to do this in the worksheet object without individual
line code for each row?

Kind regards,

D.Parker
 
Target.Offset(0,1).Value = "whatever"

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Bob:

Thank you very much. Please excuse the beginner questions.

Kind regards,

Darryl
 
No problem Darryl,

you can't move on without understanding, so ask away.

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top