View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Francois[_3_] Francois[_3_] is offline
external usenet poster
 
Posts: 1
Default .Net Managed Code - Excel

I'm using .Net managed code to create specialized reports in Excel (lots of
calculations and Text) and it works like a dream. The problem however with
Excel is that the auto page numbering is not as accessible as in Word.
Example: Word has a variable called Numpages to determine the total number
of pages, and Pagerefences makes it easy in Word to index pages.
Are there similar variables and functions in Excel?

Thanks
Francois