K
Kushal
Can a macro be designed to know total no. of newspaper type columns? As if
there are 3 columns than answer must be three etc.
there are 3 columns than answer must be three etc.
Jezebel said:Yes it can.
Kushal said:How?
The code
ActiveDocument.Sections(n).PageSetup.TextColumns.Count
is not working
the code
ActiveDocument.PageSetup.TextColumns.Count
is working only on columns which start from begining of page. But if
columns
start from in between then this code is not working.
So please give me proper code.
Thanks
How?
The code
ActiveDocument.Sections(n).PageSetup.TextColumns.Count
is not working
the code
ActiveDocument.PageSetup.TextColumns.Count
is working only on columns which start from begining of page. But if columns
start from in between then this code is not working.
So please give me proper code.
Thanks