How do you print an excel worksheet with row numbers?
<File> <PageSetUp> <Sheet> tab, And *check* "Row & Column Headings". -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Linda" <Linda@discussions.microsoft.com> wrote in message news:808D8884-3E22-4018-90EC-932C90EC8570@microsoft.com... > How do you print an excel worksheet with row numbers?
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?