+ Reply to Thread
Results 1 to 14 of 14

Help !! Need macro code for get row value?

  1. #1
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Post Help !! Need macro code for get row value?

    Hi All

    I have some information In A column like as below(excel attached) , I want to extract the data of redcolor highlight information and blue color highlight information. result need to column B & C. like as 500 row data available (attached excel sheet may be empty due to security resin) please copy this information to excel.


    segment:xy (6781.200 -17318.660) xy (6781.200 -17113.730) width (35.000)
    segment:xy (6781.200 -17113.730) xy (566.060 -10898.590) width (35.000)
    segment:xy (566.060 -10898.590) xy (566.060 -4750.000) width (35.000)
    segment:xy (566.060 -4750.000) xy (566.060 -3331.100) width (13.000)
    segment:xy (566.060 -3331.100) xy (235.300 -3000.340) width (13.000)
    segment:xy (235.300 -3000.340) xy (235.300 -1751.620) width (13.000)
    segment:xy (235.300 -1751.620) xy (235.300 -1740.850) width (8.000)
    segment:xy (235.300 -1740.850) xy (222.140 -1727.690) width (8.000)
    segment:xy (222.140 -1727.690) xy (222.140 -1673.720) width (8.000)
    segment:xy (270.120 -1625.740) xy (270.120 -1596.881) width (8.000)
    segment:xy (270.120 -1596.881) xy (293.586 -1573.415) width (8.000)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Item 2 < CONNECT LINE >

    class ETCH
    subclass CMI_MEMB_1_2

    Part of net: TC__2918
    Length: 17505.23159

    Net path length: 38199.67759
    Total manhattan length: 20674.446 UM
    Percent manhattan: 184.77%

    Connections:
    VIA at xy (244.655 -1600.899)

    segment:xy (5797.530 -16765.860) xy (5797.530 -16229.055) width (35.000)
    segment:xy (5797.530 -16229.055) xy (496.060 -10927.585) width (35.000)
    segment:xy (496.060 -10927.585) xy (496.060 -4750.000) width (35.000)
    segment:xy (496.060 -4750.000) xy (496.060 -3303.520) width (13.000)
    segment:xy (496.060 -3303.520) xy (209.300 -3016.760) width (13.000)
    segment:xy (209.300 -3016.760) xy (209.300 -1751.620) width (13.000)
    segment:xy (209.300 -1751.620) xy (209.300 -1740.850) width (8.000)
    segment:xy (209.300 -1740.850) xy (196.136 -1727.686) width (8.000)
    segment:xy (196.136 -1727.686) xy (196.136 -1649.418) width (8.000)
    segment:xy (196.136 -1649.418) xy (244.655 -1600.899) width (8.000)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Attached Files Attached Files
    Last edited by yugeshkumar; 06-07-2021 at 11:25 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Help !! Need macro code for get row value?

    Please upload a workbook or a representative cut down copy, anonymised if necessary. It is always easier to advise if we can see your request in its context.

    The file you attached was blank

    Show a before and after situation with manually calculated results, explaining which information is data and which is results, and if it's not blindingly obvious how you have arrived at your results some explanatory notes as well.

    To upload a file click the Go Advanced button at the foot of your post, look underneath the post area for the Manage Attachments section and take it from there.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Help !! Need macro code for get row value?

    attachment again uploaded Please check it and do the need full, its helping to avoid manual works. advance thanks.
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Help !! Need macro code for get row value?

    Probably with something like this:

    Please Login or Register  to view this content.
    Messages have been translated from Dutch to English by means of google translate.

  5. #5
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    yugeshkumar,

    My interpretation of your problem.
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Help !! Need macro code for get row value?

    Quote Originally Posted by jindon View Post
    yugeshkumar,

    My interpretation of your problem.
    Please Login or Register  to view this content.

    " Hi Jildon,

    Thanks for the code ,
    I need another help of the same excel , In that sheet have " VIA at xy ( " and "part of net name " information have to extract to column D & E . can u please do the needful "

  7. #7
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    1)
    Please don't quote whole posts -- it's just clutter.*If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding

    2) column D & E?
    take A18
    VIA at xy (293.586 -1573.415)
    what goes to col.D & E?

  8. #8
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Help !! Need macro code for get row value?

    Hi jndon

    starts with via at xy information (#value ) goes to column D and part of net name: after that value goes to E ,

    Thanks

  9. #9
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    Don't understand "part of net name: after that value goes to E ,"

    Show me exact first Col.D value from which cell and Col.E value from which cell.

  10. #10
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Help !! Need macro code for get row value?

    Here attached the image file Attachment 735662 like as I want. excel sheet also attached for clear understanding.
    Attached Files Attached Files

  11. #11
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    See if this is how you wanted...
    Please Login or Register  to view this content.

  12. #12
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Help !! Need macro code for get row value?

    yes working well, Thanks
    I need another 2 helps, let me ask you first one ?

    Help 1: Attachment 735665

    Column D have fixed values,
    The values in D1 have to check with B1 and C1
    the extracted non duplicate value should move to F1
    same as D All rows. Image attached for reference.
    in same macro its useful.

  13. #13
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    How many more after this?

    I hate how you ask questions.

    Anyway no idea about what you are asking now.

  14. #14
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Help !! Need macro code for get row value?

    If that takes care of your original question, select Thread Tools from the menu link above and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 20
    Last Post: 09-22-2015, 05:30 AM
  2. Macro to copy Code / Macro Code / 2 Sheets
    By paxile2k in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-23-2014, 12:59 AM
  3. [SOLVED] Code to create Macro Button and Assigning Macro code
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-10-2014, 11:30 AM
  4. Unable to edit macro recording code to be a relative code.
    By holaitsme in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-02-2014, 10:51 AM
  5. [SOLVED] Excel Macro Visual Basic code not looking at all sheets with second section of code.
    By Heinrich Venter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-10-2014, 08:26 AM
  6. [SOLVED] Code with last column and last row to recognize multiple commands through the macro code
    By kosherboy in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-13-2014, 04:10 PM
  7. Replies: 0
    Last Post: 05-06-2013, 05:45 AM

Tags for this Thread

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