View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Martin Martin is offline
external usenet poster
 
Posts: 336
Default If Value of active cell

If ActiveCell.Value = "" Then
[code if true]
ElseIf [another condition if you like] Then
[code if true]
Else
[code if false]
End If


"FIRSTROUNDKO via OfficeKB.com" wrote:

Hi,

Is there line/s of code like

if activecell = "" then go here
if not continue code

Thanks

Darren

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/excel-programming/200603/1