Thread
:
Object Variable or With block variable not set
View Single Post
01-08-2015, 12:37 AM
gmayor
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2014
Posts: 4,137
You have set the range with
Code:
Range(Cells(1, 1), Cells(4, 1))
the first number in the bracket is the row, the second the column, so your example sets the range as A1 to A4
__________________
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