问题 I wish to be able to run a VBA module which manipulates the table that I'm currently in (i.e., the cursor is somewhere within that table). The VBA code will perform an identical operation on each table that you're in when you run it. So, for example, let's say I have a module which needed to bold the top row of each table (the headings). It would need to locate the table object (called whatever ) that you're currently in so that it could manipulate whatever.rows(0) . How can I get the table