triadapride.blogg.se

Group objects in microsoft word
Group objects in microsoft word









Changing this is what fixed the problem for me.

#Group objects in microsoft word software

What we suggest is to have this concern posted to our Word.UserVoice in order for our software engineers and developers. However, here in Microsoft we don’t let an idea just pass us by and do nothing about it. I think the problem is when there is a difference between the text wrapping options for the different objects this prevents them from being selected together. Hi Designlanguage, I tried replicating your concern and it seems that the feature you are looking for is not available at the moment. You can find the text wrapping feature by right clicking on the object and selecting “Format Object”. Changing this to be “In front of Text” or “In Line with Text” allowed all of the objects (screen shot and shapes) to be selected and grouped together. The default text wrapping style is “In Line with Text” when you paste the screen shot. The most frustrating part was that sometimes this would work and sometimes it would not. The problem was that I could not select all of the objects at the same time.

group objects in microsoft word

I wanted to group the shapes and screen shot together so that they would be perfectly aligned as the document evolved. I would take a screen shot and then want to add arrows or shapes to highlight specific areas. I have had this same problem off and on since moving to Office 2010 and I think I've found a solution. Selection.Delete ' delete the initial rectangleĪ(ShapeItems).Select ' multiple select all objects inside the rectangle Icount = icount + 1 ' count of collected shapes If myshape.Left > leftx And myshape.Top > topy And myshape.Left + myshape.Width < rightx And myshape.Top + myshape.Height < bottomy Then Ishape = ishape + 1 ' count of all shapes Rightx = leftx + ActiveDocument.Shapes(iobj).Widthīottomy = topy + ActiveDocument.Shapes(iobj).Heightįor Each myshape In ActiveDocument.Shapes Leftx = ActiveDocument.Shapes(iobj).Left ' find corners Iobj = ' find the last object number corresponding to the selection rectangle just added ' Not yet tested when added to normal.dotmĭim ShapeItems() As Variant ' must be variant with Option Base 0. ' The run this macro by shortcut key from your document. ' Insert a rectangle around the objects you want to select (as you would have with the Select Objects cursor) ' Assign this macro to a Word keyboard shortcut, via File, Options, Customize Ribbon, Keyboard shortcuts, Categories = Macros, etc If I can do this in VBA, Microsoft can implement it in word 2010. (I am just an amateur.) My solution is not the most elegant but it shows that it can be done in Word 2010.īy the way, in doing this I found that if you name an object in Word VBA (e.g., "Rect1"), then copy it in Word, MS does not assign it a new unique name!!

group objects in microsoft word

Stated in the code, I wrote the macro, assigned it to a shortcut key, then insert a new rectangle to surround the objects I want to select and run the macro via the shortcut. I had to change activesheet to activedocument but nothing else.

group objects in microsoft word

I wrote a macro in Excel 2010 and copied it to Word 2010.

group objects in microsoft word

It seems to me that it is nothing to do with the object model. If the selection is anything under the ‘With Text Wrapping’ heading, it should be possible to group it with other objects.Interesting conversation which I am new to. The fast way to tell if something is a groupable object is to look at the layout options. Objects include pictures, shapes, icons, graphics, Text Box, digital ink/drawing SmartArt, 3D models, your grandmothers’ slippers etc. In other words have text wrapping around them. Strictly speaking, objects are anything not in the text layer. ‘Objects’ broadly means anything that’s not text. Objects can be ungrouped and recombined at any time. Or edited separately, use the Selection Pane to easily select one item from a group. The Group has two objects ‘Lukla text’ and ‘Lukla airport panorama’.Īll the shapes or items in a group can have their properties edited simultaneously, such as adding a fill or an effect, or applying a picture effect. ‘Lukla airport pic with label’ is the Group name. Microsoft Office Publisher 2003 Click the Select Objects tool Button image, and then drag the selection box around the objects that you want in the group. We’ve renamed the objects in the selection pane from their bland defaults.









Group objects in microsoft word