Can someone translate this to VB for me?
Posted by Rob on July 31, 2001 12:42 PM
This is what im looking for in VB if someone would be so nice, please and thank you :)
Id like this to apply for all cells which are NOT blank
so..
If $A1 not= "" then
format cell with a border and bold
Else
nothing
End If
also, for the "C" column, i would like a formula inserted ONLY if A1 is NOT blank so...
If $A1 not= "" then
$C1 = $A1 + $B1
Else
Nothing
End If
I appreciate any help. I'm doing this in hopes to reduce file size, and learn VB some :) Thanks.