Hi all,
I'm trying to figure out if there is some code that I can put into "ThisWorkbook" that will allow me to select certain sheets and use either "Columns("A:e").HorizontalAlignment = xlCenter" or "Columns("A:e").HorizontalAlignment = xlLeft"
My other option is to go into each individual worksheet and put the code in, which I know will work, just seeing if there is an easier way to hit ~50 sheets at once. Thanks!
I'm trying to figure out if there is some code that I can put into "ThisWorkbook" that will allow me to select certain sheets and use either "Columns("A:e").HorizontalAlignment = xlCenter" or "Columns("A:e").HorizontalAlignment = xlLeft"
My other option is to go into each individual worksheet and put the code in, which I know will work, just seeing if there is an easier way to hit ~50 sheets at once. Thanks!