Posts by Copito • 1 point
1 post
-
0
votes0
answers129
viewsQ: I need to select ranges concatenating Addresses in VBA
I have a sub in VBA that does several calculations to get into a range address list listaAddresses = "$A$1, $H$3,$V$1,$M$16,$A$21,$B$13,$H$88..... $T$44" With this list I need to select all ranges.…