FM1
Structural
- Dec 16, 2001
- 67
How can I locate where the horizontal page break is using a VBA code.
In other word, I am trying to find where
ActiviSheet.HPageBreaks(2).Location is.
When you set up the page break the syntax is
ActiviSheet.HPageBreaks(2).Location = Range(Col, Row)
Col is always "A"
I want my macro to recognize the row number.
My many attempts have been unsuccessfull.
Many Thanks
FM
In other word, I am trying to find where
ActiviSheet.HPageBreaks(2).Location is.
When you set up the page break the syntax is
ActiviSheet.HPageBreaks(2).Location = Range(Col, Row)
Col is always "A"
I want my macro to recognize the row number.
My many attempts have been unsuccessfull.
Many Thanks
FM