Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-17-2022, 01:38 AM
abonsey abonsey is offline vba table valid row count Windows 11 vba table valid row count Office 2021
Novice
vba table valid row count
 
Join Date: May 2022
Posts: 6
abonsey is on a distinguished road
Default vba table valid row count

Hi,

I'm supplied Word documents that contain a table that has differing valid rows therefore I need a variable to count the valid rows.
In Excel this would be something like:

Sub Test()
With ActiveSheet
lastRow = .Cells(.Rows.Count, "A").End(xlUp).Row
MsgBox lastRow
End With
End Sub


I can use the following within word vba to count rows excluding the header row but I don't appear to be able to get .End(xlUP)

Dim row As Integer



Dim excelApp As Object

Set excelApp = CreateObject("Excel.Application")

row = excelApp.Worksheetfunction.Clean(ActiveDocument.Ta bles(1).UsedRange.Rows.Count




Any ideas how I can get a count of valid rows (based on Column 1)?



TIA
Reply With Quote
 

Tags
cells word vba, vba tables macro

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
vba table valid row count Why does the total row of my pivot table not tie to the real count using distinct count wheddingsjr Excel 4 09-01-2020 09:52 PM
vba table valid row count Inserting a formula to count 30 days before and after a date in WORD table bjh894 Word 9 05-18-2020 11:14 AM
Looking for a macro for word count in one specific column of table, only rows with white background mobj Word VBA 2 10-17-2019 03:09 AM
simple way to count rows in a table? bkcell Word 4 03-09-2015 09:06 PM
Is it possible to count the columns between two points on a table? bobsone1 Excel 2 08-14-2014 01:42 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:34 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft