Thread
: [Solved]
Set Excel Range using Word
View Single Post
12-05-2015, 01:33 AM
gmayor
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2014
Posts: 4,137
You have defined FormulaPasteArea as a range. You are programming in Word so that would make it a Word range, hence the error. Change it to an object reference
Code:
Dim FormulaPasteArea As Object
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor