Top "Listobject" questions

ListObject is a VBA object used for interacting with Excel.

How do I reference tables in Excel using VBA?

Is it possible in Excel VBA to reference a named table? Hypothetically this could be... Sheets("Sheet1").Table("A_Table").…

excel vba listobject excel-tables
Create Table in Excel Worksheet using VBA

I have this code below that will auto select a range. Does anyone know how I can add code to …

vba excel worksheet listobject
Add/Modify/delete calculated column formula in Excel Listobject/Table via VBA

If I manually enter a formula into a column in an Excel table (i.e. ListObject), AutoCorrect applies this formula …

excel listobject excel-tables vba
What is the proper way to insert values into an excel table using VBA?

I need to be able to insert a large set of values into an empty table in excel using VBA …

arrays vba excel insert listobject
Copying rows from one listobject to another using Excel VBA

I want to create a peice of VBA code which will select the first 10 rows from a ListObject and then …

excel vba listobject
Pasting an array of values over a ListObject (Excel table) destroys the Listobject

In one of my worksheets, I have a Private Sub BuggingVba() That should replace the data in a table with …

excel excel-2010 listobject vba
Why does ActiveSheet.FilterMode returns False when sheet has filter?

I'm using the following code in an attempt to detect a filter applied to a column in a table and …

vba excel excel-2010 listobject
Excel VBA ListRows.Add Fails

I'm probably missing something simple, but ListRows.Add is giving me grief. Here's the function: Sub addEmployee(employeeName As String, …

vba excel listobject
Excel VBA changing my formulas in a table?

Has anyone come across a situation where Excel seems to manipulate your formulas. I have a sheet where I have …

excel vba excel-2010 listobject