+ Reply to Thread
Results 1 to 46 of 46

macro to delete unwanted characters and give output on the same cel

  1. #1
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    macro to delete unwanted characters and give output on the same cel

    hi ,

    i have below data where i want to delete some unwanted characters and give output on the same cell replacing the text

    Example

    9 QR 730 H 08JUL 3 DFWDOH HK8 1810 1640 09JUL E QR/PV2ZPV

    Output required

    QR 730 08JUL DFWDOH 1810 1640 09JUL QR/PV2ZPV

    pls help thx

  2. #2
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: macro to delete unwanted characters and give output on the same cel

    What is the rule to delete characters?

  3. #3
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    i am trying to trim the unwanted character and try to get below desired result

    Output required

    QR 730 08JUL DFWDOH 1810 1640 09JUL QR/PV2ZPV

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    How do you decide what is unwanted and what should stay?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

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

    Re: macro to delete unwanted characters and give output on the same cel

    See the link below.

    https://www.excelforum.com/excel-pro...-the-data.html

    I just stop posting codes for asking one by one and might be endless...

  6. #6
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi

    based on the code below just a small adjustment required , it should remove the highlighted part also, kindly find the cross ref link also for reference

    https://www.excelforum.com/excel-pro...ml#post5362816

    J5CG4Z
    BOMVS316E/2005NM/5JUL20
    1.SINGH/RANGPAL MR
    2 QR 146 H 10JUL 5 BCNDOH HK1 1440 2145 10JUL E QR/J5CG4Z
    3 VR 053 Y 11JUL 6 DOHDEL GK1 0800 1405 11JUL SUKANYA

    Please Login or Register  to view this content.
    Last edited by sparkerk5; 07-10-2020 at 11:48 AM.

  7. #7
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,902

    Re: macro to delete unwanted characters and give output on the same cel

    We have two issues with your post.

    1. Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however you need to include code tags around your code.

    Please take a moment to add the tags. Posting code between tags makes your code much easier to read and copy for testing, and it also maintains VBA formatting.

    Please see Forum Rule #2 about code tags and adjust accordingly. Click on Edit to open your post, then highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)

    2. Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    (Note: this requirement is not optional. No help to be offered until the link is provided.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  8. #8
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    thx for the update will keep that in mind next time

  9. #9
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,902

    Re: macro to delete unwanted characters and give output on the same cel

    If you expect any help on this thread, please fix your post as requested in Post #7

    NO help to be provided until conditions requested in Post #7 are remedied

  10. #10
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi

    i have done as your request in and added # around the code which meet requirement Forum rule #2 also find find link to meet the requirement for Forum Rule #3

    https://www.mrexcel.com/board/thread...-data.1139036/

    hope this clears everything and i am sorry for any discomfort from my end.

    Thanks
    Last edited by sparkerk5; 07-10-2020 at 11:47 AM.

  11. #11
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi

    i have updated details as per your requirement, kindly provide me a solution for my post #6

    Thanks

  12. #12
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,902

    Re: macro to delete unwanted characters and give output on the same cel

    you need to explain the logic for removing the parts you have indicated. Cannot see any rationale. Please expand your discussion of why and basis. Without understanding this, there is no way anyone will supply a solution.

  13. #13
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi,

    The eg given in post #6 gives out below output, where the highlighted parts are not required to be shown, so i require to code trim the highlighted parts also

    J5CG4Z
    BOMVS316E/2005NM/5JUL20
    1.SINGH/RANGPAL MR
    QR 146 10JUL Barcelona (BCN) Doha (DOH) HK1 1440 2145 10JUL QR/J5CG4Z
    VR 053 11JUL Doha (DOH) Delhi (DEL) GK1 0800 1405 11JUL UKANYA
    Last edited by sparkerk5; 07-14-2020 at 02:13 AM.

  14. #14
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,902

    Re: macro to delete unwanted characters and give output on the same cel

    Yes. This is the same information you provided before. What is the logic for removing the highlighted items. Explain the rationale. You have only indicated what is to be removed but not the why. You continue to not offer enough of an explanation. We need to understand the logic to write code or formula.

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    Put simply: we know WHAT you want, but we need to know WHY you have chosen what you want. Alan is generous in saying that you do not offer enough of an explanation: the truth is that you have offered NO explanation whatsoever.

    Until you are able to articulate your thought processes, nobody can write a formula or code sequence to tell Excel what to 'think' each time it encounters one of these text strings. So, what are YOUR thought processes when you select the text you want to extract?

  16. #16
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,478

    Re: macro to delete unwanted characters and give output on the same cel

    To add to what Alan and Ali have posted, perhaps the following will help you understand why they are asking the questions they are asking...

    Please Note
    -------------------
    One thing you must keep in mind when you ask a question in a forum... the people you are asking to help you know absolutely nothing about your data, absolutely nothing about how it is laid out in the workbook, absolutely nothing about what you want done with it and absolutely nothing about how whatever it is you want done is to be presented back to you as a result... you must be very specific about describing each of these areas, in detail, and you should not assume that we will be able to "figure it out" on our own. Remember, you are asking us for help... so help us to be able to help you by providing the information we need to do so, even if that information seems "obvious" to you (remember, it is only obvious to you because of your familiarity with your data).

  17. #17
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    basically the HK1 and GK1 indicate confirmation message ,hence while giving the output i do not require those that is why im trying to remove those parts so i can give an output like below

    J5CG4Z
    BOMVS316E/2005NM/5JUL20
    1.SINGH/RANGPAL MR
    QR 146 10JUL Barcelona (BCN) Doha (DOH) 1440 2145 10JUL QR/J5CG4Z
    VR 053 11JUL Doha (DOH) Delhi (DEL) 0800 1405 11JUL UKANYA

    also im sharing my file with eg for the same
    Attached Files Attached Files
    Last edited by sparkerk5; 07-14-2020 at 02:51 AM.

  18. #18
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    OK - so here's what you seem to be saying: find and remove any instance of HK1 and GK1 in the text. Is that it, or is there more to it? Are there other codes that need to be removed? Will these codes always be in the same position in the text string? Will they always have a space either side of them?

  19. #19
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,478

    Re: macro to delete unwanted characters and give output on the same cel

    After you read the questions Ali has asked above (in Message #18), please read what I wrote in Message #16 and then answer Ali's questions adding anything else you think might be useful.

  20. #20
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    yes HK1 and GK1 should be removed and their position will remain the same, i have attached my file in post #17 for the same with eg to help u work on it

  21. #21
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    OK - what about HK5 and HK8? I asked if there are other codes - how many different codes? Are they always HK or GK plus one numeric, or are there other combinations? You have not answered all of my questions in post #18 yet.

    The attachment does not get us any nearer to an understanding of the workings of your brain - sorry.

  22. #22
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    HK and GK will associated with number 1 to 9 only, it will not increase for

    eg it will in this range HK1 ,HK2, HK3, HK4,HK5, HK6,HK7,HK8 and HK9 but i will never exceed from 9 , same case will be in GK it will never exceed 9

  23. #23
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    Questions still to be answered:

    1. Will they (the codes) always have a space either side of them?
    2. Is it just HK and GK, or are there other prefixes?

    It has taken over ten days to drag any useful information out of you so far and we still haven't got answers to all of our questions. Please read Rick's post #16.
    Last edited by AliGW; 07-14-2020 at 03:17 AM.

  24. #24
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    1. Will they (the codes) always have a space either side of them?

    yes the space will be same either side of them

    2. Is it just HK and GK, or are there other prefixes?

    only prefixes like HK and GK , and HL, only these will be there.

  25. #25
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    only prefixes like HK and GK , and HL, only these will be there.
    What does 'like' mean? We now have three ... Are there any more?

  26. #26
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    those are the only ones which will be there nothing more

  27. #27
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    Right. Here's what you should have told us ten days ago:

    I want to remove any 3-character string that starts with HK, GK or HL and ends in a single digit between 1 and 9 from a much longer string. The 3-character string will always have a space either side of it.

    Why was it so difficult for you to tell us this? Is my summary accurate?

  28. #28
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    yes thats accurate ,

    i was unable to understand how to frame the question, but the way you have explained it ill try to explain in the same way for future references.

  29. #29
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,800

    Re: macro to delete unwanted characters and give output on the same cel

    To be fair, you didn't even try.

    Hopefully one of the VBA experts can take it from here. Thanks for confirming.

  30. #30
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,478

    Re: macro to delete unwanted characters and give output on the same cel

    See if the macro below does what you want. Note that you have to set the StartRow and DataColumn variables for the cell where your data actually starts at and set the OutputCell variable to the address fro the first cell where output should start at (I highlighted the rows where these variables must be set at in red to help you find them easier).
    Please Login or Register  to view this content.

  31. #31
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    thx for the update, but i was looking to update the same in below code,

    Please Login or Register  to view this content.

  32. #32
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,478

    Re: macro to delete unwanted characters and give output on the same cel

    I do not do Regular Expression... I gave you what I think is working code without using Regular Expressions. If you feel you must use Regular Expressions, then you will have to wait for someone who knows how to program with them.

  33. #33
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    thx for the help sir, ill wait for an update from Mr Jindon as above code was made by him.

  34. #34
    Valued Forum Contributor
    Join Date
    02-14-2019
    Location
    Turkiye
    MS-Off Ver
    2010 - 64 Bit on Windows-11 (24 H2) 64 Bit
    Posts
    1,187

    Re: macro to delete unwanted characters and give output on the same cel

    I don't know what your code is supposed to do but; while waiting Jindon, you can try the following to eliminate the strings like HK1, HL8, GK3..... from your data.

    The codes uses the data as given in your sample file message #17

    Please Login or Register  to view this content.
    Last edited by Haluk; 07-15-2020 at 03:27 AM.

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

    Re: macro to delete unwanted characters and give output on the same cel

    Unless you upload a complete set of data that shows all the possible patterns and EXACT result that you want, I will not write a code.
    It will be just wasting time.

  36. #36
    Valued Forum Contributor
    Join Date
    08-03-2012
    Location
    Newcastle
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, Office 365
    Posts
    492

    Re: macro to delete unwanted characters and give output on the same cel

    Hi sparkerk5

    ..i want to delete some unwanted characters and give output on the same cell replacing the text
    I've looked through this thread and it seems pretty simple to remove unwanted characters and leave the updated text in the same cell.
    So, if your original text is in column A, this easy-to-understand macro will do what you have asked..
    Please Login or Register  to view this content.
    zeddy

  37. #37
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi jindon ,

    the code which you had made earlier is fine an it give out the desired result which i want, howvever its is only missing out to erase the "HK1" part in that line.

    I am attached the workbook so can have look at the

    Sample data :

    QGYSZI
    BOMVS316E/2005NM/11JUL20
    1.ALAM/MOHD MAHFOOZ MR
    2 QR 729 K 19JUL 7*DOHDFW HK1 0750 1530 19JUL E QR/QGYSZI
    3 QR7584 K 19JUL 7*DFWMOB HK1 2105 2246 19JUL E QR/QGYSZI


    Output given by your code :

    QGYSZI
    BOMVS316E/2005NM/11JUL20
    1.ALAM/MOHD MAHFOOZ MR
    QR 729 19JUL Doha (DOH) Dallas (DFW) HK1 0750 1530 19JUL QR/QGYSZI
    QR 7584 19JUL Dallas (DFW) Mobile (MOB) HK1 2105 2246 19JUL QR/QGYSZI


    Actual Output required

    QGYSZI
    BOMVS316E/2005NM/11JUL20
    1.ALAM/MOHD MAHFOOZ MR
    QR 729 19JUL Doha (DOH) Dallas (DFW) 0750 1530 19JUL QR/QGYSZI
    QR 7584 19JUL Dallas (DFW) Mobile (MOB) 2105 2246 19JUL QR/QGYSZI


    Please find the code earlier made by you


    Please Login or Register  to view this content.


    Hope this helps.

    Thanks
    Attached Files Attached Files

  38. #38
    Valued Forum Contributor
    Join Date
    08-03-2012
    Location
    Newcastle
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, Office 365
    Posts
    492

    Re: macro to delete unwanted characters and give output on the same cel

    Hi sparkerk5

    So, you didn't like my simpler code then???

    zeddy

  39. #39
    Valued Forum Contributor
    Join Date
    08-03-2012
    Location
    Newcastle
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, Office 365
    Posts
    492

    Re: macro to delete unwanted characters and give output on the same cel

    Hi sparkerk5

    Here's my file with your sample data.


    zeddy
    Attached Files Attached Files

  40. #40
    Valued Forum Contributor
    Join Date
    08-03-2012
    Location
    Newcastle
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, Office 365
    Posts
    492

    Re: macro to delete unwanted characters and give output on the same cel

    Hi sparkerk5

    I can make it more complicated if you want.
    But it's not rocket science.

    zeddy

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

    Re: macro to delete unwanted characters and give output on the same cel

    Change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.

  42. #42
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi,

    ur revised code given code is working fine, except its is repeating the arrival city(highlighted) part again instead of replacing it .

    RXS6U7
    BOMVS316E/1117RP/15JUL20
    1.MUTHU/ESWARAMOHAN MR 2.PRASADE/SAGAR ARVIND MR
    3.SHIRSAT/VINAYAK VILAS MR 4.SIHAG/SUNIL KUMAR MR
    5.SINGH/SATISH MR
    UA 802 22JUL Delhi (DEL) Newark (EWR) EWR 2335 0455 23JUL UA/L3NMYD
    UA 1235 23JUL Newark (EWR) Houston (IAH) IAH 1015 1252 23JUL UA/L3NMYD
    Last edited by sparkerk5; 07-16-2020 at 12:33 AM.

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

    Re: macro to delete unwanted characters and give output on the same cel

    This is the last.
    Just upload a workbook with the data and EXACT result that you want without password protect vbe.

    Why should I work with vbe protected workbook?

  44. #44
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    hi

    jindon sorry for the same, kindly find the file attached i have removed the password protection

    Thanks
    Attached Files Attached Files

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

    Re: macro to delete unwanted characters and give output on the same cel

    change to
    Please Login or Register  to view this content.

  46. #46
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: macro to delete unwanted characters and give output on the same cel

    thx that worked fine.

    Appreciate your help.

+ 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. [SOLVED] Macro to delete unwanted items in a Column
    By Howardc1001 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-09-2020, 01:54 PM
  2. [SOLVED] Macro to delete unwanted items
    By Howardc1001 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-07-2019, 05:57 AM
  3. [SOLVED] Macro to Delete Unwanted Worksheets
    By robertguy in forum Excel General
    Replies: 6
    Last Post: 11-29-2017, 07:37 AM
  4. [SOLVED] A Macro to Delete Unwanted Columns
    By newbieexceldude in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-25-2016, 10:36 PM
  5. Replies: 8
    Last Post: 12-17-2012, 05:30 AM
  6. Macro to delete unwanted data
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-22-2007, 04:05 AM
  7. I need a macro to delete unwanted data
    By Jason in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-25-2005, 07:06 AM

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