Thread
: [Solved]
VBA formulas
View Single Post
02-02-2016, 08:49 AM
zhead
Windows 7 64bit
Office 2010 64bit
Advanced Beginner
Join Date: Mar 2015
Location: Texas
Posts: 32
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
zhead
View Public Profile
Find all posts by zhead