View Single Post
 
Old 01-28-2019, 05:48 AM
alpha alpha is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Jun 2018
Posts: 18
alpha is on a distinguished road
Default

In the macro, replace
Code:
lk = .Cells(r, .Columns.Count).End(xlToLeft).Column
by:
Code:
lk = 16
Reply With Quote