Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-02-2011, 03:19 PM
silverspr silverspr is offline Word Macro to search all tables Windows 7 64bit Word Macro to search all tables Office 2010 64bit
Novice
Word Macro to search all tables
 
Join Date: Apr 2011
Posts: 24
silverspr is on a distinguished road
Post Word Macro to search all tables

Hello
I have four (4) tables in word, each with 9 columns with varying rows. In all instances the last row, column holds a field that sums values above it. I would like to have a macro that searches the last column and resets the values to zero (0) except for the last row. I've tried creating said macro, however it only runs if the cursor is positioned in a table and the macro runs within that table, I can't get the macro to programmatically move to the next table using the table index:


Dim C As Cell
Dim LastCell As Long
Dim i As Long

i = 1
For i = 1 To 4
Set tbl = ActiveDocument.Tables(i)
LastCell = ActiveDocument.Tables(i).Rows.Count - 1
Selection.SetRange _
Start:=Selection.Tables(i).Cell(2, 9).Range.Start, _
End:=Selection.Tables(i).Cell(LastCell, 9).Range.End
With Selection
For Each C In Selection.Cells
C.Range.Text = "0"
Next C
End With
Next i

Your help is appreciated, thx
Reply With Quote
 

Tags
column, reset, table



Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a google search to Word alexb123 Word 0 03-23-2011 04:30 PM
Search Problems in MS Word LoganB Word 0 09-03-2010 06:49 AM
Word Macro to search all tables I need a macro that removes background of many tables masa57 Word VBA 2 05-08-2010 07:34 AM
Search and Replace - Clear Search box JostClan Word 1 05-04-2010 08:46 PM
Word Macro to search all tables How to search for email addresses lacomputech Word 2 12-10-2009 08:33 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:00 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