Word Macro

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Word Macro as PDF for free.

More details

  • Words: 34
  • Pages: 1
Sub Macro1() Dim aDoc As Document Dim r As Range For Each aDoc In Application.Documents Set r = aDoc.Range With r.Find .Text = "yadda" .Replacement.Text = "whatever" .Execute Replace:=wdReplaceAll End With Next End Sub

Related Documents

Word Macro
May 2020 2
Macro Con Word
November 2019 4
Macro
June 2020 28
Macro
November 2019 76
Macro
October 2019 55
Macro
August 2019 65