I'm sure this is an easy fix, but I keep getting an error when I run the following code:
How to fix this?
Thanks!
Code:
With Sheets("Paste Area")
.Cells(1, width + 3).Value = .Cells(2, width + 3).Value - .Cells(2, 21).Value
[b].Cells(1, width + 3).Name.Add Name:="dist_to_unit_year"[/b]
How to fix this?
Thanks!