View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don P Don P is offline
external usenet poster
 
Posts: 17
Default count pagenumbers?


DeeJee,


ExecuteExcel4Macro("Get.Document(50)")


Don Pistulka

"DeeJee" wrote in message
e...
How to count pagenumbers in a worksheet?
In Word you can do it with:
ActiveDocument.Range.Information(wdNumberOfPagesIn Document)
I don't find it in excel.
Thanks.