Should the rowtags copy across when copying entire listboxes?
Using this code to listbox copy…
list2.Cell(-1, -1) = list1.Cell(-1, -1)
Thanks
Should the rowtags copy across when copying entire listboxes?
Using this code to listbox copy…
list2.Cell(-1, -1) = list1.Cell(-1, -1)
Thanks
No. That copies just the cell contents.
Gotcha had to do a manual row copy and rowtag copy, but it works.
What about CellTag ?
(a.k.a.: do not forget the eventual CellTag you may add)
[quote=333066:@Emile Schwarz]What about CellTag ?
(a.k.a.: do not forget the eventual CellTag you may add)[/quote]
Thanks, Emile, something I keep in mind when I get to using cell tags