i have a label in a report that takes a static value
now i want to have a different value for that label on every page...
page1, page2, page3, page4, page5, ...etc
label.caption would then show:
5, 10, 15, 20, 25 ... etc
how do i check each page in vba?