Final Question

  • Thread starter Thread starter Himszy
  • Start date Start date
H

Himszy

Hi again

Im trying to write that if there is a value in a cell write in the one
beneath it

Thanks Michael
 
If ActiveCell.Value <> "" Then
ACtivecell.Offset(1,0).Value = "something"
End If

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Himszy said:
Hi again

Im trying to write that if there is a value in a cell write in the one
beneath it

Thanks Michael
Sorry I've worked it out
 
Michael

Using my code it would be

rFound.Offset(1,0)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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