PeterMoran
MIS
Hi,
I need a little help with the following code!
For Each c In Range([Input!O7]).Cells 'Normally a range of 4 cells
If Not IsNumeric(c.Value) Then
If c.Value = "Wash Out" Then
Range("Washout").Copy
Range(.c).Paste "How do I define this paste to the particular Cell
End If
I am trying to paste the range I have copied to the cell in the selection, but seem unable to get the syntax correct.
Any suggestions appreciated.
Peter Moran
I need a little help with the following code!
For Each c In Range([Input!O7]).Cells 'Normally a range of 4 cells
If Not IsNumeric(c.Value) Then
If c.Value = "Wash Out" Then
Range("Washout").Copy
Range(.c).Paste "How do I define this paste to the particular Cell
End If
I am trying to paste the range I have copied to the cell in the selection, but seem unable to get the syntax correct.
Any suggestions appreciated.
Peter Moran