How get sequence numbers in cells of table ?

G

Greg

Select the column, Format>Bullets and Numbering>Numbered.
Choose/customize your layout and OK.
-----Original Message-----
I have a table of 4 columns and 100 rows. In the first
column of each row I want the numbers 1 thru 100. Is there
an easy way to do this?
 
K

Klaus Linke

-----Original Message-----
Apply numbering to the column?
Select the column, Format>Bullets and Numbering>Numbered.



And if you want "hard", typed numbers instead of AutoNumbering, select the
column once it is numbered, and run the macro

Selection.Range.ListFormat.ConvertNumbersToText

(Open the VBA editor, "Tools > Macro > Visual Basic Editor", then "View >
Immediate window", type or paste the above line, and hit Return at the end
of the line)

Regards,
Klaus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top