Closed Thread
Results 1 to 5 of 5

Hi Guys Need a little help ........

  1. #1
    Registered User
    Join Date
    12-13-2013
    Location
    lapeer michigan
    MS-Off Ver
    Excel 2013
    Posts
    7

    Hi Guys Need a little help ........

    I have a macro to select all shape . My problem is i would like to "Group" all the shape selected and not the buttons ... Furthermore i would like another macro to ungroup them after i do a a function on them . Would someone please help . I tried Then shp. Group all to no avail . I want to group shapes by there name actually . But i am to new in Vba To even start doing that . Thank you in advance . Happy Computing


    Eric Maxfield





    Sub SelectAll_Click()
    Dim Shp As Shape

    For Each Shp In ActiveSheet.Shapes
    If Not (Shp.Type = msoOLEControlObject Or Shp.Type = msoFormControl) Then Shp.Select All
    Next Shp


    End Sub

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Hi Guys Need a little help ........

    Can I suggest a quick read of the rules, especially:

    1. Use concise, accurate thread titles. Your post title should describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change the title of the thread, click EDIT on the original post, then click the Go Advanced button, then change the title. If two or more days have passed, the EDIT button will not appear, and you need to ask a moderator to change the title.


    3. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the [#] button at the top of the post window (if you are editing an existing post, press Go Advanced to see the [#] button).
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: Hi Guys Need a little help ........

    lol Fotis is going to be pissed.

  4. #4
    Registered User
    Join Date
    12-13-2013
    Location
    lapeer michigan
    MS-Off Ver
    Excel 2013
    Posts
    7

    Re: Hi Guys Need a little help ........

    yeap ty im new to all this ... Thank you very much

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Hi Guys Need a little help ........

    Don't seem to read what we say, so

    Thread closed and if you continue doing this you'll be a banned user.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hi Guys!
    By amunaaz in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-12-2013, 09:02 PM
  2. Hey Guys
    By silvergrahm in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 04-27-2013, 07:08 AM
  3. Hello guys.
    By ortmandj in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-17-2013, 07:42 PM
  4. hi guys
    By zeroar in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 02-09-2013, 07:55 AM
  5. Hello Guys
    By Saintjp in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-05-2013, 08:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1