Thread
: [Solved]
VBA Find last cell in Column 2 of Word table
View Single Post
04-10-2024, 10:11 AM
Italophile
Windows 11
Office 2021
Expert
Join Date: Mar 2022
Posts: 538
In the code block after
Code:
Set rCell = .Cell(i, 2).Range
add a test for
Code:
If i = .Rows.Count Then
add add in your code to replace the semi-colon
Italophile
View Public Profile
Find all posts by Italophile