Greetings,
I need to find the second blank cell after cell 'P14' and format its contents as a percentage. I am presently using this code:
Range("P31").NumberFormat = "0%"
How can I specify the range so that it finds and formats the second blank row after P14 as a percentage? The problem occurs because I have data continuously appending a table, which shifts all the data down, and causes the wrong data points to be formatted.
Thanks,
I need to find the second blank cell after cell 'P14' and format its contents as a percentage. I am presently using this code:
Range("P31").NumberFormat = "0%"
How can I specify the range so that it finds and formats the second blank row after P14 as a percentage? The problem occurs because I have data continuously appending a table, which shifts all the data down, and causes the wrong data points to be formatted.
Thanks,