Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 06-02-2023, 09:13 PM
Guessed's Avatar
Guessed Guessed is offline Need Help with my script, Convert 1 Group TextBox from Inline with text toWrap Square then Ungroup Windows 10 Need Help with my script, Convert 1 Group TextBox from Inline with text toWrap Square then Ungroup Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,185
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Try this version. I'm not sure how it will go with subgroups but it appears that you can the set wrapping for multiple selected graphics in a single line and when shapes are ungrouped they inherit the parents wrapping setting.
Code:
Sub Graph_CONVERT_TxtBox_to_WrapSquare_and_Ungroup()
  Dim aShp As Shape
  Selection.Range.ShapeRange.WrapFormat.Type = wdWrapSquare
  For Each aShp In Selection.Range.ShapeRange
    If aShp.Type = msoGroup Then aShp.Ungroup
  Next aShp
End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
 

Tags
help please, shapes, wrapping around image

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help with my script, Convert 1 Group TextBox from Inline with text toWrap Square then Ungroup VBA Script that can convert XML Files to Word Doc. Rolo18 Word VBA 11 03-31-2020 02:16 PM
Need Help with my script, Convert 1 Group TextBox from Inline with text toWrap Square then Ungroup The "group or ungroup text range" control in the developer tab breaks my document up into many pages damiansiniakowicz Word 8 05-10-2018 12:30 PM
Need Help with my script, Convert 1 Group TextBox from Inline with text toWrap Square then Ungroup Setting a Group as Inline mohsen.amiri Word 2 11-10-2017 03:16 AM
Canvas + textbox + group = weird ghost bug? somads Word 0 11-25-2015 01:37 AM
Group records - multiple IF stmts - Text After Group baum12 Mail Merge 1 05-25-2015 12:57 AM

Other Forums: Access Forums

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