问题 I am trying to make a simple countRows function that will count the number of cells I have in a dynamic range. Basically if I have values in cells, say B2:B500, the count would return 499. However next time around values are in cell B2:B501, the count would return 500. But you wouldn't have to do anything to the cell in which you typed in the formula. I thought if I reference the cell as a Variant , then any value could be accepted. Then find the Address of that cell and return the Count of a