I'd like to develop a Word VBA function to highlight selected parts of a table (e.g., a row, column, etc.). I'd like to place the cursor anywhere in a table and then run the function (macro). One of the first steps in coding is to define a table object for the table that I am in. I see lots of info for manipulating a table that's already defined, e.g., tbl.Delete, but how do I set a table object to reference the table the cursor is in?
Thanks!
Thanks!