This routine has been working for weeks / years but suddenly is erroring with:
Calculate method of range class failed
Security is set to low,
the worksheet is not protected
the range exists and is correctly defined
Watch on Range("Alldata").address shows expected range
Any ideas please?
Gavin
Calculate method of range class failed
Code:
With Range("Alldata")
.Calculate
.Cells.Copy
.Cells.PasteSpecial (xlPasteValues)
End With
the worksheet is not protected
the range exists and is correctly defined
Watch on Range("Alldata").address shows expected range
Any ideas please?
Gavin