Duplicate Page Word Document ✔️ 𝗙𝗔𝗦𝗧

preview_player
Показать описание

In this video we show you how to duplicate text in Word and thus be able to duplicate a page in Word manually or automatically.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

》 CHAPTERS 《

00:00 Introduction
00:16 Duplicate Page in Word with keyboard
01:23 Duplicate Page in Word with Macros

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Solvetic is the main YouTube channel for creating video solutions on computer and tech topics problems and different categories such us: Gaming, Windows, Mac, Linux, Android, iPhone, Photoshop, Web browsers, Office, Internet, Programs, Applications, Security, Programming etc.

We explain it to you in the most simple and professional way to learn new things and make solving problems related to computing and technology an easy job.
Рекомендации по теме
Комментарии
Автор

Page = InputBox("Enter the Page to Duplicate")
Count = InputBox("Enter Number of times to duplicate")
With Selection
.GoTo wdGoToPage, wdGoToAbsolute, Page

For i = 1 To Count: .Paste: Next
End With

next-level
Автор

The Macros make life so much easier. Thank you.

bennetbrooks
Автор

Thank u so much for the Dublicate page copy paste trick Thanks again

Workoutworks
Автор

Thank you god almighty. You are a genius

christopherlempa
Автор

This video was very helpful. Thank you so much. I've subscribed.

biruk
Автор

This has been very useful for me...Thank you so much

cikgusubra
Автор

Thanks for the great video, and how we can make this duplicated page in a specified page number.

abdelrahmansaadgalal
Автор

For me it doesn't work ....instead it only paste the text on the same page number ....is there anything else you can do

tonydhar
Автор

Page = InputBox("Enter the Page to Duplicate")

Count = InputBox("Enter Number of times to duplicate")

With Selection

.GoTo wdGoToPage, wdGoToAbsolute, Page

.Bookmarks("\Page") .Range.Copy

For i = 1 To Count: .Paste: Next

End With

mohamedrizk