View Single Post
  #3   Report Post  
tjtjjtjt
 
Posts: n/a
Default

File | Page Setup | Sheet
Chck the option for Row and Column Headings.

If you only want row numbers and not column letters, you can try this:
=Row() in cell A1.
Then, copy down for each line of data on the worksheet.
If column A is not blank, you may want to insert a new column to the left of
all your data.

tj

"Linda" wrote:

How do you print an excel worksheet with row numbers?