Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Submeg

  1. Submeg

    Selecting shapes based on its name and then arranging them in a circle

    So the reason my version above wasn't working: I was creating a string to select the shapes, not with an array. Excel needs a comma delimited array to be able to do this, so I used the method below. A follow up question: How could I use my original method to replicate the comma delimited...
  2. Submeg

    Selecting shapes based on its name and then arranging them in a circle

    Hello all, I am currently facing two problems: How to select a subset of items on the worksheet based on their name How to arrange these in a circle Background: I also code in AutoHotkey, and I have been using the Radial Menu for many years. There is a support tool that allows you to...
  3. Submeg

    Back button in Visio VBA?

    Hello, I am currently building a flow chart in Visio. Within the process there is a sub process that is common to multiple main processes. Depending on which of these main processes enters the sub process determines the destination that I wish to return to. How can I make a button or alter...

Part and Inventory Search

Back
Top