convert to table but loose all macros ?

littlepete

Well-known Member
Joined
Mar 26, 2015
Messages
503
Office Version
  1. 365
Platform
  1. Windows
Hello,

I can see the advantages for an excel table, i've tried it before, but all the articles give always examples that belong
to the mathematics and statistics not to an address list, or text containing list...
when i try to convert to a table i immediately see that my macros dont work anymore...

is there a way to keep all my functionality and convert to a table or is that a no go ?

thanks for your advice :) !!!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
i'm until a certain level a big fan of listobjects, but indeed they are a little more difficult to handle, but once you know the trick ... .
When you add new data, you only have to say with ".listrows.add.range.range("A1")" and you know the topleftcell of your new listrow.
You don't have to seek for the lastrow, etc.

What is your major problem with VBA and listobjects ?
Show an example ?
 
Upvote 0
hello :)

excel click on first cell to find cell in other column with same value​


read my post there to understand what one of the problems is... thank you !!!
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,914
Members
449,132
Latest member
Rosie14

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