From: Court on
I want to Lock the formatting on an excel sheet so when i sort the data in
the sheet the background colors and cell formatting stay in place, and just
the data shifts. Is this possible?
From: Luke M on
Nope. You could only mimic these by having the formatted cells that referred
to the sorted cells via the INDIRECT function.

--
Best Regards,

Luke M
"Court" <Court(a)discussions.microsoft.com> wrote in message
news:C9B9E68D-92DA-45FC-B823-D8B6F40BBDBF(a)microsoft.com...
>I want to Lock the formatting on an excel sheet so when i sort the data in
> the sheet the background colors and cell formatting stay in place, and
> just
> the data shifts. Is this possible?


From: Dave on
Hi,
Not sure how big your sheet is, or how complex your formatting.
But you could apply your formats using VBA, and have it automatically
reapply the formats after every sort.
Regards - Dave.

"Court" wrote:

> I want to Lock the formatting on an excel sheet so when i sort the data in
> the sheet the background colors and cell formatting stay in place, and just
> the data shifts. Is this possible?