Forum Discussion
Christopher Easton
Apr 03, 2018Copper Contributor
Do loops - without moving cursor
Hi,
S I am in a VBA class, and the teacher wants to count rows and columns with a do loop without moving the cursor.
usually I would use:
Do While ActiveCell.Value <> "" n = n + 1
A...
Matt Mickle
May 03, 2018Bronze Contributor
Christopher-
Just wanted to follow up and see if you were able to resolve your issue and check in and see how the VBA class was coming along? Feel free to post any VBA questions to the community if you're having any trouble or need a helping hand.