Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am working on some VBA program and I want to know in worksheet how many cells used (has value) in column 1
incase in excel VBA I use as follow
Sub count () Dim RowCount as Double RowCount = Application.WorksheetFunction.CountA(Range(Range("A2"), Range("A2").End(xlDown))) End Sub
(I posted above code for reference only)
How can I achieve above in Autocad VBA? like from autocad VBA how to count range of used cells in particular excel worksheet?
(Pls note - I am able to open my worksheet in full program)
Solved! Go to Solution.