Edit to add.. why do people use macros when PQ exists within Excel?
I am stuck in the a place that still runs 2013 and won't enable add-ins, change to 365 tomorrow though
why do most people add black cell borders?
If it isn't a Table with banded rows and header, I use black borders for legibility if there are too many rows that make it hard distinguish reading across
Worth also noting just apply the conditional formatting to the specific cells in the table that need it, it will kill excel if you apply it to an entire column
Urgh, someone some how applied too much formatting to a spreadsheet this week and turned the file from 30mb to 400mb, contains around 60 worksheets as well, so was a nightmare to track down where the size had come from but turned out it was excess formatting on one worksheet in the end
I honestly find black borders really distracting, as they are the same colour as the cell values. The built-in grey borders are ideal for me. And often when reading a row across, I'll select it.
Private Sub Workbook_Open()
set myRange = all.of.the.useless.empty.cells.that.are.there.because.some.cunt.doesn't.know how.to.excel
myRange.EntireRow.delete
myRange.EntireColumn.delete
End Sub
I am stuck in the a place that still runs 2013 and won't enable add-ins, change to 365 tomorrow though
If it isn't a Table with banded rows and header, I use black borders for legibility if there are too many rows that make it hard distinguish reading across
Urgh, someone some how applied too much formatting to a spreadsheet this week and turned the file from 30mb to 400mb, contains around 60 worksheets as well, so was a nightmare to track down where the size had come from but turned out it was excess formatting on one worksheet in the end