» Change all cells in a range to values using VBA in Microsoft Excel
VBA macro tip contributed by Ron de Bruin, Microsoft MVP - Excel
CATEGORY - Cells, Ranges, Rows, and Columns in VBA
VERSION - All Microsoft Excel Versions
Sub Values_3()
Range("A1:D1").Value = Range("A1:D1").Value
End Sub
Book Store:
No comments have been submitted.

