Thread
:
Multiple Problems with a loop
View Single Post
06-09-2017, 09:38 AM
Radtastic10
Windows 7 64bit
Office 2010 64bit
Novice
Join Date: Jun 2017
Posts: 5
Figured out the problem. On the
Code:
tempstr = ActiveSheet.Cells(last_col, First_row).Value
The last_col and First_row needed to be flipped and have First_row, last col. I it was looking in row 1 column whatever instead of column 1 row whatever.
Radtastic10
View Public Profile
Find all posts by Radtastic10