View Single Post
 
Old 11-16-2023, 12:45 PM
Italophile Italophile is offline Windows 11 Office 2021
Expert
 
Join Date: Mar 2022
Posts: 554
Italophile is just really niceItalophile is just really niceItalophile is just really niceItalophile is just really nice
Default

Does Intellisense show that TextCoumns has a Delete method? Does the Help text suggest that columns can be deleted?

No.

But the documentation I referred you to does state, very clearly, that there must be a minimum of 1 column, and it shows you an example of how to set it back to a single column
Code:
 myDoc.PageSetup.TextColumns.SetCount NumColumns:=1
Reply With Quote