For my current VB/Excel application I could use a way to figure out which page (under the current print settings) a specific cell is on. Is there a property I could query for this? I've gone through the Object Browser a bit but wasn't able to find what I'm looking for.
I initially had a solution in mind where I'd just base it on the row number as my printout is always A4 portrait, so that the number of rows would be constant for each page. But that fell through when I was forced to introduce rows with variable heights. Any suggestions for how else I can do this if there's not just a simple property for it?
I initially had a solution in mind where I'd just base it on the row number as my printout is always A4 portrait, so that the number of rows would be constant for each page. But that fell through when I was forced to introduce rows with variable heights. Any suggestions for how else I can do this if there's not just a simple property for it?