Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-13-2021, 08:06 PM
ez1138 ez1138 is offline Multiple tables in Word, converting working Excel macro Windows 10 Multiple tables in Word, converting working Excel macro Office 2019
Novice
Multiple tables in Word, converting working Excel macro
 
Join Date: Apr 2021
Posts: 3
ez1138 is on a distinguished road
Default Multiple tables in Word, converting working Excel macro

Hi, I have multiple tables within a Word document. Below is my working Excel VBA code. How do I convert it to Word for a table name "Table_Implemented"? Also, since I use the Power Automate "Populate a Word Document", is there a way to run the macro automatically once the document is created?



Thanks for any insight!!!

Code:
Sub deleteRow()
Application.Calculation = xlCalculationManual
Application.EnableEvents = False
Application.ScreenUpdating = False

'declare variables
Dim deleteRow As Long
Dim ws As Worksheet

'set objects
Set ws = ActiveSheet

For deleteRow = ws.Range("A" & Rows.Count).End(xlUp).Row To 2 Step -1

If ws.Range("A" & deleteRow).Value = "Not Implemented" Then
Rows(deleteRow).EntireRow.Delete
End If

Next deleteRow

Application.Calculation = xlCalculationAutomatic
Application.EnableEvents = True
Application.ScreenUpdating = True

Last edited by macropod; 04-13-2021 at 09:37 PM. Reason: Added code tags
Reply With Quote
 

Tags
vba



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to insert multiple photos into separate tables Photoinserts Word VBA 0 11-12-2018 08:30 PM
Multiple tables in Word, converting working Excel macro replacing multiple ranges in excel with tables in word from top to bottom modiria50989 Word VBA 5 09-13-2017 04:01 PM
Multiple tables in Word, converting working Excel macro Creating multiple tables VBA from Excel to Word francesco Word VBA 1 01-07-2016 04:08 AM
Multiple tables in Word, converting working Excel macro Copying Multiple tables from excel into a single word document dineshtgs Word Tables 1 04-07-2011 01:27 AM
Multiple tables in Word, converting working Excel macro working with excel tables in MS word radman154 Word Tables 1 03-25-2011 12:04 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:04 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft