Update

R

Robert Bloom

A friend emailed me with this;
If i < 10 Then
document.write("Cell NO")
Else
document.write("Cell No2")
End If

does this help me?

i admit i'm a complete novice



Robert Bloom wrote:

VB excel help needed
27-Nov-09

I need to write a macro for excel to do the following.

If cell d(n) is "" the copy r(n) into d(n).

anyone know what sub needs to be written?

Cheers

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice
Using the MS Text Driver to read Delimited Files
http://www.eggheadcafe.com/tutorial...c2-3895d1a2df28/using-the-ms-text-driver.aspx
 
Top