Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Final attempt save as binary question Kevryl Excel Discussion (Misc queries) 6 June 1st 10 07:17 AM
Final day of month B Excel Worksheet Functions 3 July 25th 07 12:49 AM
One final question legepe[_14_] Excel Programming 1 October 26th 04 09:11 PM
some final help rbekka33[_19_] Excel Programming 1 September 23rd 04 01:19 PM
Help Finding the Final Row No Name Excel Programming 7 May 21st 04 03:13 AM


All times are GMT +1. The time now is 02:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"