Thread
: [Solved]
Vlookup in a range (or something)
View Single Post
07-25-2016, 05:57 AM
p45cal
Windows 10
Office 2010 32bit
Expert
Join Date: Apr 2014
Posts: 956
Quote:
Originally Posted by
c991257
Compile Error - Variable not defined?
Either delete
Option Explicit
from the top of the module or add the following line at the beginning of the macro:
Dim cll As Range, i, colm As Range
p45cal
View Public Profile
Find all posts by p45cal