Hi,
I am relatively new to VBA and currently learning as I go. I am able to do find and count the cells with a particular keyword but cannot figure out how to do the following:
Any help is greatly appreciated. Thank you.
-Regard.
I am relatively new to VBA and currently learning as I go. I am able to do find and count the cells with a particular keyword but cannot figure out how to do the following:
- Locate "Task1" on column C then
- Count the rows below "Task1" until another task appears (Task2,...) then
- Insert the row count # for "Task1" to cell E1
- Loop step 1 and 2 for "Task2"
- Insert the row count # for "Task2" to cell F1
Any help is greatly appreciated. Thank you.
-Regard.