Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-31-2014, 10:49 AM
elh52 elh52 is offline Macro to loop through all cells in a table produced by a mail merge Mac OS X Macro to loop through all cells in a table produced by a mail merge Office for Mac 2011
Novice
Macro to loop through all cells in a table produced by a mail merge
 
Join Date: Aug 2014
Posts: 3
elh52 is on a distinguished road
Question Macro to loop through all cells in a table produced by a mail merge

Hi all,

I'm very new indeed to macros so this may be a very simple question - if so, I'm sorry! I've carried out a mail merge on some data to make labels, and I now want to turn the first line of each label into a barcode. I've got a macro that will make the barcode, but instead of looping through the cells in the table it runs on the first cell over and over again. Can anyone help to diagnose what I've done wrong? The code is:



Sub BarcodeLabels()

Dim oRow As Row
Dim oCell As Cell
Dim oTbl As Table

For Each oTbl In ActiveDocument.Tables
For Each oRow In oTbl.Rows
For Each oCell In oRow.Cells

Selection.HomeKey Unit:=wdLine
Selection.TypeText Text:="*"
Selection.EndKey Unit:=wdLine
Selection.TypeText Text:="* "
Selection.Expand wdLine
Selection.Font.Name = "Free 3 of 9"
Selection.Font.Size = 14
Selection.EndKey Unit:=wdLine
Selection.MoveLeft Unit:=wdCharacter, Count:=3, Extend:=wdExtend
Selection.Font.Name = "Arial"
Selection.EndKey Unit:=wdLine
Next oCell
Next oRow
Next oTbl

End Sub


Thank you for any help you can give!
Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to loop through all cells in a table produced by a mail merge Mail Merge on Optional Row(s) of a Table Chris Wong Mail Merge 3 08-21-2019 12:55 PM
Macro to loop through all cells in a table produced by a mail merge Mail Merge Into Dynamic Table Jag618 Mail Merge 1 03-04-2013 11:26 PM
Macro to loop through all cells in a table produced by a mail merge mail merge with table nadja Mail Merge 5 03-06-2012 05:41 PM
Macro to loop through all cells in a table produced by a mail merge Macro to Merge Cells Row By Row in a Table KD999 Word VBA 4 02-20-2012 08:51 PM
Macro to loop through all cells in a table produced by a mail merge Word Doc Macro (mail Merge) ajolson1964 Word VBA 1 05-10-2011 10:15 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:53 PM.


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