View Single Post
 
Old 02-27-2015, 11:29 AM
mbesspiata mbesspiata is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Mar 2011
Location: Virginia
Posts: 57
mbesspiata is on a distinguished road
Default Identify last blank cell in column

I have a column of data where after sorting the cells with no data is at the top of the column. I am using a vlookup to fill in these blank cells but I don't want the vlookup to fill in data beyond the last blank cell in that column. My macro currently just puts the vlookup in the first blank cell and I manually drag it down to the last blank cell. What VB would I use to add to this vlookup to have it stop at the last blank cell in the column?
Reply With Quote