Dear Team;
I have page setup which have 5 pages to print. I want to access the page which have no data and want to delete that page.. My logic is as fellow
>>> use code - tags <<<
I have page setup which have 5 pages to print. I want to access the page which have no data and want to delete that page.. My logic is as fellow
>>> use code - tags <<<
Code:
dim count, a as integer
' count total no of print pages
count=sheet3.pagesetup.pages.count
for a=1 to count
' if page 3 is blank, delete ie
next
Last edited by a moderator: