H hans Oct 19, 2004 #1 Has somone a function that can display a pagenumber and/or the total number of pages te print. Thanks Hans
Has somone a function that can display a pagenumber and/or the total number of pages te print. Thanks Hans
R Ron de Bruin Oct 19, 2004 #2 Hi Hans pagenumber Click to expand... is possible but very slow the total number Click to expand... Sub test() Dim TotPages As Long TotPages = Application.ExecuteExcel4Macro("GET.DOCUMENT(50)") MsgBox TotPages End Sub
Hi Hans pagenumber Click to expand... is possible but very slow the total number Click to expand... Sub test() Dim TotPages As Long TotPages = Application.ExecuteExcel4Macro("GET.DOCUMENT(50)") MsgBox TotPages End Sub