Forum Discussion
Jsslider
Oct 02, 2020Copper Contributor
Different column width on different rows on the same sheet
Can we create a sheet with different column widths on different rows on the same sheet?
2 Replies
- NikolinoDEPlatinum ContributorIf you mean something like that, I don't think VBA can help either. The same column in different rows different? ..that would be something new .. for me.
|.......A........|.......B........|.......C........|.......D........|........E.......| column 1 |.................|.................|.................|.................|.................| column |.................|.................|.................|.................|.................| column 3 |.................|.................|................|.................|.................| column 4 |.....|.....|..........|..........|.....|.....|..........|.........|...........| column 5 |.....|.....|..........|..........|.....|.....|..........|.........|...........| column 6 Or do you mean column width per column or row height per row?
I would be happy to learn more
Nikolino
I know I don't know anything (Socrates)
- SergeiBaklanDiamond Contributor
You may use template where you manually defined the sizes, or use VBA programming to change the size if some logic for that is formally defined.