How to format columns without specifying the row numbers in the cell range? (Exporting template with only a header row) #3266
martincarlin87
started this conversation in
General
Replies: 1 comment 1 reply
-
You can just specify the column letter, it will use the highest row to format all cells in the column
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I have:
Which works fine, but I don't want to specify the
1:1000
part, I'd rather just be able to say, format all columns in this range, or even the entire sheet if it's easier, .e.gA:AA
rather thanA1:AA1000
.The reason for this is, I'm exporting a template, so the exported file only has a header row, so any other formatting I try doesn't work since formatting is only applied to exported rows, which I don't have.
Hope that makes sense.
Cheers,
Martin
Beta Was this translation helpful? Give feedback.
All reactions