+ Reply to Thread
Results 1 to 40 of 40

Macro to reposition values within cells.

  1. #1
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Macro to reposition values within cells.

    Please I need serious help on this one,.. I have had a series of macros to do this but none has been been successful to a desired level,..

    I need a macro to look at cells in column K one at a time. It looks at all the words in a particular cell, and compares the words with the words in the entire colums B,C,D,E,F,G,H if the word is found in Column B, the macro takes that word in within the cell and brings it to the first position in the cell, making it the first word of the description. this word can only be found at one instance, so once it has been made the first word, it can no longer be found and positioned in any other position within the cell,If a word is found in Col c, it is made the second word, if found in D it is made the 3rd word,.. and so on,.. .. so all the macro does is rearrange all the words in the right order,...

    To increase the efficiency, the macro should first make all of column K Uppercase and then remove commas ( , ) Slashes ( / \ ) and Inches sign ( " ) from the COlumn before sorting the words,..


    Col B Col c Col D Col E Col F COL H Col G
    KEYWORD, FIRST MODIFIER, SECOND MODIFIER, THIRD MODIFIER , 4th modifier, 5th modifier and 6th modifier,.

    I attach the workbook,..cleaner.xlsm

    Thank you very much,.. pleaseeeeeeeeeee helpppppp!!!
    Last edited by [email protected]; 01-20-2012 at 12:31 AM. Reason: Subscription

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    What happens if it doesn't find the word from column K??? Like NPWT?

    rylo

  3. #3
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    that cell is painted red and the macro goes on with the arrangement of the remaining words according to the set pattern any unfound words would be sent to back of the description as the last words,..


    Thanks alot for your response.,..

    dee

  4. #4
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    So for example,.. in Column K, Row 6, we have "Sealed Canister, with Gel 800 cc" first action would be to make it upper case and remove commas, slashes and quotations... " SEALED CANISTER WITH GEL 800 CC " the macro compare the cell content with column B looking for the first word,... CANISTER is found and it is brought to the front of the words, once that is achieved, it move on to column C with the remaining words in the cell looking for the second word, SEALED is found and it makes it the second word,.. on and on like that. if the arrangement is successful, the cell is coloured GREEN, otherwise, it is COloured Red.,..

  5. #5
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    See how this goes.

    Please Login or Register  to view this content.
    Can you confirm that for the example file, there is no complete match. If there is an entry that should be a complete match, can you please identify which item it should be.

    rylo

  6. #6
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    I tried the code and it only did every other thing but not rearrange the word,.. I attach a smaller workbook with your code in it,.. all the description are pressent in the reference table.... so at least more than half of this shd be green if the code works,..

    Thanks alot,..

    1book.xlsm

  7. #7
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    Ok I think I'm getting closer.

    Please Login or Register  to view this content.
    I disagree with the second last entry regarding "BONE". As you are going through the dirty description, the word REPAIR is found first. As this is found in column D, then I think it should be in that position, and BONE will not be found as it doesn't exist in columns E-H.

    Also you have a search words with a / but you want them removed. Is this an example hickup?

    rylo

  8. #8
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    I dont know how to approach that kind of situation,.. thats still something Im stuck with,m.. The logic to sort that kind of confusion,...Do you have any ideas?

    and is there a way to remove the characters like commas, slashes and Quotes on the reference columns too?

    Thank you very much!!

    Regards,..

  9. #9
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    You can remove the unwanted characters in the reference columns in the same way that you can remove them from column K.

    What are your business rules for multiple words in the same column? What do you currently do with them? Grab the next position? Or put them at the end? I can't really begin to suggest anything if I don't know what you are trying to do with them.

    rylo

  10. #10
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    thanks for the response..

    Ok so,.. Every description Must Start with a leading Keyword found in Column B, if the word is not found in B, then description is bad as it will be missing the leading Noun,..

    The macro is meant to do exactly what you have programmed it to do,.. pick up the first word and push the unfound word to the back,.. but clearly that will still be a problem,, At this point im more too confused,.. before now Id believed the automation of this process is impossible... I dont know for sure though cause im out of Ideas,.. the macro I have I think does a bit more than the one offer but its all below the success level being anticipated.,.. meanwhile this Macro is ridiculously slow,.. its so so so frustrating,.

    I have it attached,... TEST RUN.xlsm pls do have a look,..

    thanks alot..

    dee

  11. #11
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    Not sure what you are trying to say here. How about you go back to your last example file, and for each of the desired outputs, explain EXACTLY how you came to that order sequence.

    What is the macro that is in the most recent file? Is this from another posting somewhere?

    rylo

  12. #12
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Thank you soo much Rylo,..

    For each clean description, it has to start with a leading Noun,.. which would one of the words in COlumn B,.. and then followed by the modifiers in Colums C to H. in that order.

    Based on what I have experienced from my Macro and Yours,.. One may not be able to achieve the a significant positive result based on the fact that some of the modifiers do exist in the same colums and the macro can only pick up the first word it encounters...

    The new workbook is more comprehensive,.. its one that I have been working on for the same project, but the macro here is extremely slow,.. So i was asking if you are able to help me speed this up somehow..

    Thank You so much Rylo, I really appreciate your help,..

    Dee

  13. #13
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Dee

    I did some digging with your macro, and made a couple of changes to mine so that it is now producing the same effective result that you are getting. I had to change some of the replacements as I was replacing them with "" while you were replacing them with a space. I've added the extra bits you have in terms of formulas, calcs etc.

    When I run your macro, it is taking 34 seconds. The one below is coming in at about 8.

    Please Login or Register  to view this content.
    rylo

  14. #14
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Thanks So much Rylo,...


    Wow,. your macro is so fast,.. but its missing on last thing,.. moving the Red and Green Cells to the appropriate sheets,..

    Sheet 2 (Clean Output) for green cells

    Sheet 3 (Dirty Output) for Red Cells

    TEST RUN.xlsm

  15. #15
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    I determined that there are quite a few of the processed dirty items that, with a bit of manual processing, could actually work out to be a clean item.

    So I did a bit of fiddling, and have come up with the following. This is based on the test run.xlsm from post 10. It uses columns M-P from row 78 onwards as a temporary place to put some workings - not the best, but this is an interim run.

    Can you run the following on the noted workbook and see if you agree with the final results it produces.

    I've also put in some code to move to the relevant output sheets.

    Please Login or Register  to view this content.
    rylo
    Last edited by rylo; 01-23-2012 at 12:36 AM. Reason: add code to move to output sheets

  16. #16
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Hi Rylo, I ran the macro did somehow didnt see anything in the specified cells,.. I also tried breaking the macro into two modules and still got nothing in the M and P cells 78 down,..

    Thanks alot,..

  17. #17
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    I've just edited my post and put up some new code. I've added code to move to the output sheets.

    You won't see anything in the M-P block, as the code deletes its processing when it is completed. Just compare the output with the enhanced code, and you will see that there are only 4 dirty entries at the end of the processing, rather than the 12 that came from the first round of processing.

    rylo

  18. #18
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Thank you Bro!!!,. I can see the success rate has jumped significantly,..Thank you so much,..



    Meanwhile,. I was wondering,.. I tried to run the earlier code with the F8 function and saw some digits appearing appearing in cells against certain words,.. what was the process doing for that?

  19. #19
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Thank you Bro!!!,. I can see the success rate has jumped significantly,..Thank you so much,..



    Meanwhile,. I was wondering,.. I tried to run the earlier code with the F8 function and saw some digits appearing appearing in cells against certain words,.. what was the process doing for that?

  20. #20
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    If that was in the range M78 - P 84 or so, then it was the secondary processing that I was talking about that is done in the macro bbb. Put a break point somewhere in that macro, and step through it and have a look at what it is producing. Basically, it is trying to determine the number of columns that a word can be found in, and grabs those columns. If a word only exists in a single column, then it will put it in that position in the string. If a word is found in 2 columns, then it will try to find the first free column, and put it in that position, eventually (hopefully) filling all the positions.

    I think it will probably fail sometime, but it hasn't with the data to date.

    rylo

  21. #21
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Wow that is very smart.Simply Genius..thank you so much,...

    Dee,.

  22. #22
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Wow that is very smart.Simply Genius..thank you so much,...

    Dee,.

  23. #23
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Hi Rylo,

    I attach the workbook with updated data & with the last macro embedded in it as well,...and I get an error message somewhere down the line,.. Runtime error 1004 TEST RUNning.xlsm

    Thanks,..
    Last edited by [email protected]; 01-23-2012 at 12:35 PM. Reason: Typo

  24. #24
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    I was also able to get the set of rules for the naming standard,...

    UPPER CASE only. Unless term is scientific i.e. Chemical compound NaCl

    Descriptions will follow the inverted nomenclature concept (i.e. the usual word sequence of describing an item is reversed).

    e.g.
    CATHETER FOLEY SILICONE 2WAY 3CC 24FR BLUE

    BASIC NOUN: CATHETER
    FIRST MODIFIER: FOLEY Adjective - describes FUNCTION
    SECOND MODIFIER: SILICONE - Adjective - critical attribute
    THIRD MODIFIER: 2 WAY Critical attribute/form of use description
    FOURTH MODIFIER: 3CC Size
    FIFTH MODIFIER: 24FR Size
    SIXTH MODIFIER: Colour


    Basic Nouns should not be abbreviated or pluralized. i.e. GLOVE not GLOVES

    Adjectives will only be abbreviated for space purposes as required.

    Punctuation, (such as commas, periods, and colons), should not be used in the item description.

  25. #25
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    re runtime error. Replace the second sort command in bbb with the following

    Please Login or Register  to view this content.
    This now runs to completion.

    Can you please check that the output really is completely correct for all the items.

    What do you want to do with the nomenclature rules?

    rylo

  26. #26
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    Actually, with this bigger data set, I've found another couple of errors. Made some changes, so have a look at the attached.

    It takes a bit longer to run, but I've added some status messages in the status bar so you can follow progress.

    When it is all completed, have a look at columns T onwards. I've put some formulas in there to evaluate the strings, and use this as the final arbiter to determine clean / dirty.

    See how it goes.
    Attached Files Attached Files

  27. #27
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Oh My God Rylo!!! You have just killed me,. I have no idea what to do with columns T onwards.lol...Sorry im such a rookie,. but can you please shed a little more light on that aspect,.. Thank you so much,..

    I had been trying so hard to sign in but the site was down,..

    Thanks alot

  28. #28
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Oh My God Rylo!!! You have just killed me,. I have no idea what to do with columns T onwards.lol...Sorry im such a rookie,. but can you please shed a little more light on that aspect,.. Thank you so much,..

    I had been trying so hard to sign in but the site was down,..

    Thanks alot

  29. #29
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    Been playing some more. Yet more updates in attached.

    The columns from T onwards are used to make sure that the words in the string are really in the relevant columns. Looking at this, I've worked out that in some cases, a word may actually be put into a position by the code, but it really should be in the next column along. That is what this stuff is checking.

    Anyway, have a look at the attached, and see if you can find any glaring errors in the output.

    rylo
    Attached Files Attached Files

  30. #30
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Hi Rylo,. Glad to have you back,.,.

    Unfortunately, I ran the macro and nothing happened,.. i saw the status bar count but nothing happened to the the data on the screen,..

    Thanks Lot

    Dee

  31. #31
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Dee

    Which macro did you run? It should be aaa, and you should have status bar notifications for AAA with numbers, then BBB with numbers, then DDD with numbers, then ACTIONING CCC. It should then have come back with results in N2:Q2(127, 1096, 10% and 1223) with the results in column K (colored) and a heap of stuff from columns T to BE.

    What did you get?

    rylo

  32. #32
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Sooooo sorry,. I opened the wrong workbook... Now I running the macro and its still running,. ill let you know what the output is in a min,..

  33. #33
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    I got the exact result you described,..

  34. #34
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Hi again Rylo,..Im back for more of your mercy!!!


    Will it be possible for you to help me see if these rules be implemented in the macro... this is in an effort to make the program smarter,..


    There should an action before the cleaning, this will look through column I and the cells in column K, if a word exist in column I and is found anywhere in Colum K, this word should be deleted.

    The leading Keyword Column B can Have to words in one cell,.. so if any of those two words are found in the same description in a cell in Column K, they will appear as found in Colum B and occupy the first position in the cleaned description.


    Then secondly,..for the following words the actions next to it should be followed,..


    IF FOUND IN DIRTY DESCRIPTION......... GENERALLY MEANS

    SET......................................this will always be first word
    KIT.......................................this will always be first word
    EXTENDER..............................this will always be first word
    ADAPTOR ...............................this will always be first word
    NEEDLE..................................this will always be first word
    CATHETER.............................this will always be first word
    % (or "PERCENT")....................Starts with "SOLUTION"
    FLAVOUR................................Starts with "SUPPLEMENT"
    OIL.......................................Starts with "LUBRICANT"
    LEFT, RIGHT.........................Starts with "INSERT" OR "IMPLANT"
    FEEDING...............................Starts with "TUBE"
    POWDER FREE......................Starts with "GLOVE"
    EXAM................................Starts with "GLOVE"
    ROLL..................................Starts with "TAPE" or "BANDAGE" or "DRESSING"
    STRETCH ...........................Starts with "BANDAGE" or "DRESSING" or "SLEEVE"
    ALKALINE .......................... Starts with "BATTERY"
    LITHIUM............................Starts with "BATTERY"
    BLOOD PRESSURE.................Start with "CUFF"
    SELF SEAL..........................Starts with "POUCH"
    ANTI-SKID..........................starts with "COVER SHOE"




    Can you also make the stuff in the otherside go away once its done?


    Thanks allooooooooot PROTOTYPE.xlsm
    Last edited by [email protected]; 01-25-2012 at 05:01 PM.

  35. #35
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    Have you included my code in this workbook, or are you running 2 different versions? One with your own code, and one with mine?

    1) Removing the output from column T onwards - shouldn't be a problem, just comment out that part of the code that puts it there.

    2) doing the replacements should be easy. Just add a new code sub along the lines of

    Please Login or Register  to view this content.
    3) From set to catheter - as these are in column B, do they not always end up being the first word? Or is this where the problem of having 2 words in the one cell is coming into line.

    4) For the others, do you want the words removed from the dirty description, or do you want to add the extra word at the front of the dirty description before any processing is done? Or will the words already be in the dirty description?

    Make sure there are some examples of these in the file, and what the results should be. Also make sure that there are some of the other things as well, so any other processing doesn't get corrupted with any code expansion.

    rylo

  36. #36
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Hi Rylo, Thanks so so much for everything,..

    I have two version of the program... if you note, I ammended your code a little to replace some characters,. but then, looks like the prototype 1 has more success results.

    if you note the last two lines of the cleaned description in the prototype 2 file, you would note some words are missing,. I have no clue how that happened,,,..

    And then I made an example of the two word situation in the example tab of prototype 2.

    4 the condition is, for example;, if a description contains ANTI-SKID, the program should assume that the first word after cleaning will be COVER SHOE, wether or not cove it is in the description, if ithis is not present in Column B it may be added and then proceed with remaining steps of the cleaning. (is this possible?)

    Heres the file,.. Please compare the 2..

    PROTOTYPE 2.xlsm PROTOTYPE.xlsm
    Last edited by [email protected]; 01-26-2012 at 02:00 PM.

  37. #37
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Dee

    Missing words problem: Tracked it down to yet more double spaces happening. I think this is a result of all the extra replacements that are happening, and when they are happening in the code. I've got double spaces and even triple spaces being replaced by a single space, but further on you are doing more replacements that are then leading to double spaces.

    However to try to overcome the impacts, I've reworked the following lines of code from my bbb sub

    Please Login or Register  to view this content.
    For the rest of it, this is becoming way to "spagetti" like and is made more complicated by having multiple versions with multiple tries. Can you please consolidate into one version ALL the aspects from all the code blocks that are working, give it a version number, and put it into a file that has a good test data block that covers all items that are both working and not working along with what the result should be and how it should be achieved.

    rylo

  38. #38
    Registered User
    Join Date
    12-30-2011
    Location
    London, Ont
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: Macro to reposition values within cells.

    Im so sorry Rylo.. I promise you today will be the last day I'll bother you with this,..

    Ok I put in the code and it worked perfectly.

    I did what you suggested and also inserted the code u suggested,. I dont know how to combine my code with yours. so I decided to go with yours.

    The manually cleaned result is not possible to achieve with automation but and according to my observation even some of the automatically cleaned one that appear in red are still better than the manually cleansed ones..

    My question is:

    1.What do i need to do to avoid this error when im replacing words

    2. Can I possibly make it select 2 words as the first key word.

    Thanks alot.. PROTOTYPE v.2.0.1.xlsm

  39. #39
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Hi

    1) You will have to determine the best order to do the replacements. I'd suggest that the multiple spaces to one items are always the last things to be replaced. Also with the converstions of say BLACK to BLK, I'd make that the last thing the macro does so that it doesn't affect any of the processing.

    2) I'm going to have to think on that. Nothing comes to me quickly, but I'll let it mull over the weekend and see if the brain juices are flowing better then.

    rylo

  40. #40
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Macro to reposition values within cells.

    Back again

    Maybe have an approach. But need some things first.

    1) Definitive test bed that has about 200 or so entries, that will contain items that can be processed and those that can't, and solutions to those that can be processed, but aren't right with the current code, and rules that will make them clean.
    2) Order of processing. Will the ones that can have 2 items in column B be processed AFTER the existing code has made its determinations? What I'm getting at here, is does the existing code successfully produce the right result for those it has determined as clean. If not, then explain where it has gone wrong.
    3) Where will the rules from post 34 be in all of this? How do they fit into the current code processing, new code for 2 entries in column B (if I can get that to work) or something else?

    rylo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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