Is a table a range or an object?

natekris8183

Board Regular
Joined
Mar 12, 2013
Messages
156
I posted a previous question regarding writing of a Macro for copying and pasting the last line of data in a table on one sheet to the first empty cell of a table on another sheet, however within a weeks time haven't had much luck with responses. So I purchased the Mr. Excel Library book for VBA and Macros in Excel, and I am getting more familiar with the VBA language. Unfortunately this far I have not encountered any decision regarding tables as of yet. While I understand the Method.Object VBA language patterns, I am not understanding of whether a table is identified as a range or as an object? My gut tells me object. This could potentially set me on the right path to writing a macro in VBA that I myself had designed and understand, which is preferable as I can then communicate that language to the next individual if need be. Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I posted a previous question regarding writing of a Macro for copying and pasting the last line of data in a table on one sheet to the first empty cell of a table on another sheet, however within a weeks time haven't had much luck with responses. So I purchased the Mr. Excel Library book for VBA and Macros in Excel, and I am getting more familiar with the VBA language. Unfortunately this far I have not encountered any decision regarding tables as of yet. While I understand the Method.Object VBA language patterns, I am not understanding of whether a table is identified as a range or as an object? My gut tells me object. This could potentially set me on the right path to writing a macro in VBA that I myself had designed and understand, which is preferable as I can then communicate that language to the next individual if need be. Thanks.

I believe a Table or ListObject is a member of the Range Object class.
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top