View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Manipulating Row and Column Headers

Nope.

You could hide the row and column headers (tools|options|view tab) and use row
one to hold anything you want.

I'd leave the headers and just put the data in row 1. And if you freeze the
window so that row 1 is always visible, it'll look "normal" to most excel users.

wrote:

Hello,

in the following I am talking about those row and column headers that
show A, B, C,... for columns and 1,2,3,... for rows.

Is it possible to manipulate these headers in for eaxample give them
other names than A,B,C, ... and omitting those bars between two
columns A and B? The header should look like

A | B C D | E | F | cat | G | H | dog | ...

Would that be possible?

Thanks a lot in advance,
best regards,
Markus


--

Dave Peterson