Thread: [Solved] VBA formulas
View Single Post
 
Old 02-02-2016, 08:49 AM
zhead zhead is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Mar 2015
Location: Texas
Posts: 32
zhead is on a distinguished road
Default

Thanks i built this macro to change it before I copy paste.
Sub Range_Example_2()
With Range("W2:AZ10")
.Value = .Value
End With
End Sub
Reply With Quote