![]() |
#5
|
||||
|
||||
![]()
You have a named range mt so you could:
Code:
Set tbl = Range("mt").ListObject If you know where the table is you can use any cell of that table to refer to the table: Code:
Set tbl = Sheets("Sheet1").range("A1").listobject Code:
Sheets("Sheet1").Range("A1").ListObject.ListRows.Add |
Tags |
vba excel |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
MS Outlook 2007 Search Not Working | Harry Rolnick | Outlook | 1 | 04-06-2016 12:59 PM |
Excel error window: Excel has stopped working | MunganBrus | Excel | 1 | 01-13-2015 11:19 AM |
How can I fix a print view problem that causes it to stop working.. Excel 2007, Vista | birdie123 | Excel | 0 | 08-18-2012 12:02 PM |
Excel 2007 to Word 2007 Labels mail merge not working | rec | Mail Merge | 0 | 07-31-2010 10:45 AM |
![]() |
jbiggs | Office | 1 | 02-12-2009 09:02 AM |