You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Colorize the user selected range needs to have its last row identified:
lastrow = rngToColor.Rows.count
This presents a issue if the user selects A:A
Also, if a user selects a non-contiguous range, it should be checked as such, otherwise lastRow will be defined as the last row in the leftmost selection of the range. Actually, we should always check that #57
The text was updated successfully, but these errors were encountered:
In
Colorize
the user selected range needs to have its last row identified:This presents a issue if the user selects
A:A
Also, if a user selects a non-contiguous range, it should be checked as such, otherwise
lastRow
will be defined as the last row in the leftmost selection of the range. Actually, we should always check that #57The text was updated successfully, but these errors were encountered: