W
WhytheQ
Morning All,
Is this the quickest, and only way, of making all sheets in an
activeworkbook values only:
For Each mySheet In ActiveWorkbook.Worksheets
With mySheet
.Range("A1:BZ2000").Value = .Range
("A1:BZ2000").Value
End With
Next mySheet
Will it be quicker and take up less memory if I SET the activebook
into an object variable?
Any help appreciated
Jason.
Is this the quickest, and only way, of making all sheets in an
activeworkbook values only:
For Each mySheet In ActiveWorkbook.Worksheets
With mySheet
.Range("A1:BZ2000").Value = .Range
("A1:BZ2000").Value
End With
Next mySheet
Will it be quicker and take up less memory if I SET the activebook
into an object variable?
Any help appreciated
Jason.