Skip to main content

How to select all embedded Visio objects in Word?

What will you do to select all embedded Visio objects in Word? This tutorial will introduce you two methods to select all embedded Visio objects.

Select all embedded Visio objects with VBA

Select all embedded Visio objects with Kutool for Word

Recommended Productivity Tools for Word

Kutools for Word: Integrating AI 🤖, over 100 advanced features save 50% of your document handling time.Free Download

Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download


arrow blue right bubbleSelect all embedded Visio objects with VBA

Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...
ot word middle ad 100
Enhance your workflow now.      Read More       Free Download

Instead of selecting the embedded Visio objects one by one, it is easier to select all of them with VBA in Word.

VBA code can select all embedded objects, do as follows:

Step 1: Press Alt+F11 to open VBA window;

Step 2: Click Module from Insert tab, put the code into Module window;

Step 3: Click Rundoc-reverse-sign-6 button or press F5 to apply the VBA.

The VBA code to select all embedded objects:

Sub SelectAllEmbedWordObject()
Dim tempTable As InlineShape
Application.ScreenUpdating = False
ActiveDocument.DeleteAllEditableRanges wdEditorEveryone
For Each tempTable In ActiveDocument.InlineShapes
If InStr(tempTable.OLEFormat.ProgID, "Visio") = 1 Then
tempTable.Range.Paragraphs(1).Range.Editors.Add wdEditorEveryone
End If
Next
ActiveDocument.SelectAllEditableRanges wdEditorEveryone
ActiveDocument.DeleteAllEditableRanges wdEditorEveryone
Application.ScreenUpdating = True
End Sub


arrow blue right bubbleSelect all embedded Visio objects with Kutool for Word

If you are not good at macro, or you want to find an easy way for selecting all embedded Visio object in Word, Kutool for Word is your best solution. After you have installed Kutool for Word, you can select all embedded Visio objects with one click.

Kutools for Word, a handy add-in, includes groups of tools to ease your work and enhance your ability of processing word document. Free Trial for 45 days! Get It Now!

Click Kutools > click Paragraph Select in Paragraph group > click Select All Embedded Visio Objects Paragraphs from drop down list. See screenshot:

doc-select-all-embeded-visio-objects

Note: if you make a selection in the document first, this tool will only select all embedded visio document objects of the selection.

For more detailed information about Select Embed Visio Object Paragraphs of Kutools for Word. please visit: Paragraph Select feature description


Best Office Productivity Tools

Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!

🤖 Kutools AI Assistant: Transform your writing with AI - Generate Content  /  Rewrite Text  /  Summarize Documents  /  Inquire for Information based on Document, all within Word

📘 Document Mastery: Split Pages  /  Merge Documents  /  Export Selection in Various Formats (PDF/TXT/DOC/HTML...)  /  Batch Convert to PDF  /  Export Pages as Images  /  Print Multiple Files at once...

Contents Editing: Batch Find and Replace across Multiple Files  /  Resize All Pictures  /  Transpose Table Rows and Columns  /  Convert Table to Text...

🧹 Effortless Clean: Sweap away Extra Spaces  /  Section Breaks  /  All Headers  /  Text Boxes  /  Hyperlinks  /  For more removing tools, head to our Remove Group...

Creative Inserts: Insert Thousand Separators  /  Check Boxes  /  Radio Buttons  /  QR Code  /  Barcode  /  Diagonal Line Table  /  Equation Caption  /  Image Caption  /  Table Caption  /  Multiple Pictures  /  Discover more in the Insert Group...

🔍 Precision Selections: Pinpoint specific pages  /  tables  /  shapes  /  heading paragraphs  /  Enhance navigation with more Select features...

Star Enhancements: Navigate swiftly to any location  /  auto-insert repetitive text  /  seamlessly toggle between document windows  /  11 Conversion Tools...

👉 Want to try these features? Kutools for Word offers a 60-day free trial, with no limitations! 🚀
Free Download     Read More     Buy Now
 
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations