0
在使用宏的MS Word中,我想查找當前頁面的最後一行並添加一個「分頁符」。雖然這應該很容易,但我無法找到當前頁面最後一行的腳本。Word Macro查找當前頁面的最後一行
Sub LastLineInsert()
Selection-end 'is supposed to work to find last line
Selection.InsertBreak Type:=wdPageBreak
EndSub