
Signature
Thank-you and all suggestions are appreciated.
Format|Cells|Alignment tab|Horizontal Dropdown box|Fill
You can also toggle a transition setting to get the same effect.
Tools|options|Transition tab|check Transition navigation keys.
But this will change how the Tab and home/ctrl-home key work, too.
> Hello,
>
[quoted text clipped - 5 lines]
> --
> Thank-you and all suggestions are appreciated.

Signature
Dave Peterson
Gord Dibben - 04 Mar 2005 01:22 GMT
Or a custom format of @*=
I use this one for "leaders" @*.
Gord Dibben Excel MVP
>Format|Cells|Alignment tab|Horizontal Dropdown box|Fill
>
[quoted text clipped - 13 lines]
>> --
>> Thank-you and all suggestions are appreciated.
Dave Peterson - 04 Mar 2005 03:23 GMT
This does work if you type and = (equal sign) and use @*= as the custom format.
But if the OP wanted any old character repeated, then they'd have to use that
character in the custom format, too.
> Or a custom format of @*=
>
[quoted text clipped - 19 lines]
> >> --
> >> Thank-you and all suggestions are appreciated.

Signature
Dave Peterson
Hi Anauna,
Use this format (format, cells, custom) to fill remainder with periods
@*.
Use this format to fill beginning with periods (leader dots)
*.@
The format doesn't have to be text formats, the following would
provide asterisk protection on dollar amount.
**$#.###.00
http://www.mvps.org/dmcritchie/excel/formula.htm
Using Formatting to Change the Way Numbers, Dates, Times, and Text Appear in Microsoft Excel,
http://support.microsoft.com/default.aspx?scid=/support/Excel/Content/Formats/de
fault.asp
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> Hello,
>
> In Quattro I can place a backslash (\) followed by a character...say = and
> the character will fill the cell regarless of column width.
>
> Is there a process in Excel to achieve the similar outcome?