View Single Post
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

One way:

=REPT("-",255)

However, if the cell to the immediate right is empty then the dashes will
overflow into other columns.

Biff

"gvm" wrote in message
...
I've seen it done that a single character was entered into a cell (eg a
dash)
and the effect was that the entire cell width was filled with a repetition
of
that character. If I widen the cell, more characters appear.

How is this done please?
TIA, Greg