» Change a Column or Columns 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_8()
Columns("A").Value = Columns("A").Value
End Sub
Sub Values_9()
Columns("A:C").Value = Columns("A:C").Value
End Sub
Book Store:
Recommended Books:
- The New Financial Order: Risk in the Twenty-First Century
- Absolute Beginner's Guide to Microsoft Office Excel 2003
- VBA for Modelers: Developing Decision Support Systems Using Microsoft« Excel
- Excel Charts
- The Ernst & Young Business Plan Guide
- Business Analysis and Valuation: Using Financial Statements, Text and Cases
No comments have been submitted.

