ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Final Question (https://www.excelbanter.com/excel-programming/319898-final-question.html)

Himszy

Final Question
 
Hi again

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

Thanks Michael



Bob Phillips[_6_]

Final Question
 
If ActiveCell.Value < "" Then
ACtivecell.Offset(1,0).Value = "something"
End If

--

HTH

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


"Himszy" wrote in message
. ..
Hi again

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

Thanks Michael





Himszy

Final Question
 

"Himszy" wrote in message
. ..
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



Nick Hodge

Final Question
 
Michael

Using my code it would be

rFound.Offset(1,0)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Himszy" wrote in message
. ..
Hi again

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

Thanks Michael






All times are GMT +1. The time now is 08:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com