Forum Discussion

Jsslider's avatar
Jsslider
Copper Contributor
Oct 02, 2020

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

  • NikolinoDE's avatar
    NikolinoDE
    Platinum Contributor

    Jsslider 

     

    If 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)

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    Jsslider 

    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.

Resources