VBA code for select entire table?

  • Thread starter StargateFanFromWork
  • Start date
J

Jonathan West

StargateFanFromWork said:

If the selection is within a table, then the following code will select all
of it

Selection.Tables(1).Range.Select
 
Top