Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

If Value of active cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
FIRSTROUNDKO - 22 Mar 2006 15:47 GMT
Hi,

Is there line/s of code like

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

Thanks

Darren
Ardus Petus - 22 Mar 2006 15:54 GMT
if Activecell.Value = "" then
   do something
else
   do something else
endif

HTH
--
AP

> Hi,
>
[quoted text clipped - 6 lines]
>
> Darren
FIRSTROUNDKO - 22 Mar 2006 16:39 GMT
AP,

Thanks just perfect

Darren

>if Activecell.Value = "" then
>    do something
[quoted text clipped - 11 lines]
>>
>> Darren
Martin - 22 Mar 2006 16:01 GMT
If ActiveCell.Value = "" Then
   [code if true]
ElseIf [another condition if you like] Then
   [code if true]
Else
   [code if false]
End If

> Hi,
>
[quoted text clipped - 6 lines]
>
> Darren
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.