Harley78
Electrical
- May 8, 2007
- 77
You can see that I am trying to fill a cell on another worksheet, but with this code, it always ends up blank because A145 is blank. How do I keep this from happening?
Range("A139").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A141").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A143").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A145").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A139").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A141").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A143").Copy Destination:=Sheets(1).Cells(279, 1)
Range("A145").Copy Destination:=Sheets(1).Cells(279, 1)