#youtubeismyteacher #fiverr #fivedollar
=========
== FREE == Subscribe: https://bit.ly/32eCo2a
=========
Now you can Say Goodbye to annoying paragraphs marks while Copying from PDFs. you may get these kind of simple 5 five dollars job on Fiverr which will take seconds. if you do this kind of work manually it will take hours depending on your PDF text. please take your time to learn this simple trick and earn money on fiverr.
Simple Macro Tips and Tricks.
No sound? No music? Yes!
it's on purpose. molten lead pouring into your ears. I don't want that happen to you ;)
There is a simple way to Delete all paragraphs marks which usually hidden by MS Words. You can press paragraph button (or use Ctrl+*) to show them.
Feel free to Subscribe this channel for more interesting videos. this will encourage us to upload next video with voice over.
►Shortcut Keys:
Alt+F11 to open VBA Editor.
Alt+F8 to see saved Macros.
Ctrl+* to show and hide paragraph marks.
►Copy the following codes to your VBA Editor and save it. or you can watch my video how to copy codes into VBA Editor. Time 1:51 • How to Quickly #Switch #Cells #Column...
Sub PARAGRAPH()
Selection.HomeKey (wdStory) 'Shift the selection to the top of Document
''''''''''''Clear early formattings in Find/Replace''''''''''''''
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
'''''''' Replace all paragraph Marks(^p) to white Space ''''''''''
Selection.Find.Execute FindText:="^p", ReplaceWith:=" ", Replace:=wdReplaceAll
End Sub
Sub PARAGRAPH_DoubleSpace()
Selection.HomeKey (wdStory) 'Shift the selection to the top of Document
''''''''''''Clear early formattings in Find/Replace''''''''''''''
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
'''''''' Replace all paragraph Marks(^p) to white Space ''''''''''
Selection.Find.Execute FindText:="^p^p", ReplaceWith:="{Macro Magic}", Replace:=wdReplaceAll
Selection.Find.Execute FindText:="^p", ReplaceWith:=" ", Replace:=wdReplaceAll
Selection.Find.Execute FindText:="{Macro Magic}", ReplaceWith:="^p", Replace:=wdReplaceAll
End Sub
►
===============
== Follow me on==
===============
Facebook Pages...
DesignAbad: / designabad
VBA – Make it Easy: / vba-macros-for-word-excel-413537909418715
=============
== CONNECT ==
=============
Instagram: / ibn.e.ashiq
Facebook: / ibn.ashiq
Twitter: / ibn_e_ashiq