For m = 2 To 40
With Sheets("EEA Referral Tracker").Cells(3, m)
If .Value <> "" Then tu = m
End With
Next m
I tried to count the number of rows which are filled using this until the last column. But this doesn’t work. Can u help me in this.
For m = 2 To 40
With Sheets("EEA Referral Tracker").Cells(3, m)
If .Value <> "" Then tu = m
End With
Next m
I tried to count the number of rows which are filled using this until the last column. But this doesn’t work. Can u help me in this.
Deleted as the OP isn't using code tags. Will re-post once corrected
Last edited by WasWodge; 02-11-2014 at 07:23 PM.
If my solution worked (or not) please let me know. If your question is answered then please remember to mark it solved
Computers are like air conditioners. They work fine until you start opening windows. ~Author Unknown
How to delete ??
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks