G
Geoff
I am looking for assistance on searching on shape objects. I have
grouped clipart and a textbox that I am trying to search on. The code
below works when I manually search, but I would like to automate this
process. I have the grouped images anchored to text. I want to align
all of these "icons". Can someone steer me in the right direction?
Once The search is complete I want to align with the following:
Selection.ShapeRange.RelativeHorizontalPosition = _
wdRelativeHorizontalPositionColumn
Selection.ShapeRange.RelativeVerticalPosition = _
wdRelativeVerticalPositionParagraph
Selection.ShapeRange.Left = InchesToPoints(0.5)
Selection.ShapeRange.Top = InchesToPoints(0.1)
Selection.ShapeRange.LockAnchor = False
Selection.ShapeRange.WrapFormat.AllowOverlap = False
Then cycle through to the end. Any help would be great.
TIA
Geoff
grouped clipart and a textbox that I am trying to search on. The code
below works when I manually search, but I would like to automate this
process. I have the grouped images anchored to text. I want to align
all of these "icons". Can someone steer me in the right direction?
Once The search is complete I want to align with the following:
Selection.ShapeRange.RelativeHorizontalPosition = _
wdRelativeHorizontalPositionColumn
Selection.ShapeRange.RelativeVerticalPosition = _
wdRelativeVerticalPositionParagraph
Selection.ShapeRange.Left = InchesToPoints(0.5)
Selection.ShapeRange.Top = InchesToPoints(0.1)
Selection.ShapeRange.LockAnchor = False
Selection.ShapeRange.WrapFormat.AllowOverlap = False
Then cycle through to the end. Any help would be great.
TIA
Geoff