L
looped
I have Owner1, Owner2, Owner3, OwnerAddress
I want to query Owner3 and IF null (blank), move value of Owner2 to
OwnerAddress.
Is this enough info to give me a push in the right direction? I
understand functions can't move data? So I need to use some code
like:
Sub MyMacro1()
'
' MyMacro1 Macro
'
'
Range("I3").Select
Selection.Cut
Range("K3").Select
ActiveSheet.Paste
End Sub
Can someone help with a routine to look for null and if so execute
some code to move (cut and paste) values from one cell to another?
I want to query Owner3 and IF null (blank), move value of Owner2 to
OwnerAddress.
Is this enough info to give me a push in the right direction? I
understand functions can't move data? So I need to use some code
like:
Sub MyMacro1()
'
' MyMacro1 Macro
'
'
Range("I3").Select
Selection.Cut
Range("K3").Select
ActiveSheet.Paste
End Sub
Can someone help with a routine to look for null and if so execute
some code to move (cut and paste) values from one cell to another?