View Single Post
 
Old 07-03-2018, 06:43 AM
klutch klutch is offline Windows 7 64bit Office 2016
Advanced Beginner
 
Join Date: Jun 2018
Posts: 31
klutch is on a distinguished road
Default Find last non empty cell (moving horizontally), then move one cell to the right

Hello,
I have a table in a word document, wdoc.tables(8) and I am trying to find either the last non empty cell and then move one cell to the right, or the first empty cell and select it for my macro to insert data. The table will be filled from left to right, not up&down so I would like to have it read the table by rows opposed to columns -columns 1 through 7 will be filled for row one before any columns in row 2 are filled
Reply With Quote