+ Reply to Thread
Results 1 to 57 of 57

Check Mark Box - Windings

  1. #1
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Check Mark Box - Windings

    Hi
    I have this code and it is set windings 2. I want to have a "X" mark instead of a check mark.

    Please tell me what I need to change. thank you.

    Please Login or Register  to view this content.

  2. #2
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Also,
    I tried to merge O16-P17 but the code stop working.

    Here is the revised code.

    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    I am trying to figure it out what is on the code. Target.Value = "P" is a checkmark so what is letter for X?

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,570

    Re: Check Mark Box - Windings

    Target.Value = "O"

    alternative, Marlett
    Target.Value="r"
    Last edited by protonLeah; 04-12-2019 at 12:41 AM.
    Ben Van Johnson

  5. #5
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi ProtonLeah,

    "O" is what I was looking for.
    What alternative, Marlett? I tried "r" but it is not the X.

    Thanks.

  6. #6
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    The x is a little small. Can it make a capital letter X ?
    Or maybe add a font size?
    like with this one Target.Font.Bold = True

    Thank you

  7. #7
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    I am attaching the file .
    Thanks :o)
    Attached Files Attached Files

  8. #8
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    How about this.
    Please Login or Register  to view this content.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  9. #9
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2,
    I need the check mark in L10, L12, etc. and I will use this code (marlet) for the C8,C14,etc.

  10. #10
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    When I click the box to uncheck, the X stayed in the box. It supposed to check and uncheck the box.

    thanks.

  11. #11
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    something like this.
    And I like you Marlett font as an "X"
    see attached.
    Attached Files Attached Files

  12. #12
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Please Login or Register  to view this content.

  13. #13
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    If Marlett "r" for bolded "X" then what is the bolded check mark?

  14. #14
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    For checkmark it's "b"

  15. #15
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Oh ok.

    For slight check mark on Windings 2 the letter is "P" but for the HEAVEY CHECK MARK what letter should I used or characters?

  16. #16
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    WingDings 1 and ChrW(10004)

  17. #17
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    Is this right? After I added it then when I click the box, the ChrW(1004) text is what shows in the box instead a check mark.

    Also, If you can fix this section, please:

    Please Login or Register  to view this content.
    When I added this, it does not uncheck the box it is just stay in the box.

    This is the original with a single range:
    Please Login or Register  to view this content.
    This is where I added more range cells:

    Please Login or Register  to view this content.

  18. #18
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,570

    Re: Check Mark Box - Windings

    Please Login or Register  to view this content.
    Attached Files Attached Files

  19. #19
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    And for the HEAVY CHECKMARK.
    Please Login or Register  to view this content.

  20. #20
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    Thank you to both of you. It did exactly what I wanted to achieved.
    There is another issue that I came about with that is When I added the code in Thisworkbook and it had a problem with the X mark only. The check mark is no problem on it.

    This is the code I added in Thisworkbook:
    Please Login or Register  to view this content.

    Please see attachment.

    Thanks :o)
    Attached Files Attached Files

  21. #21
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Good morning

    I was able to resolve this issue. I use the Windings Unicode for X mark.
    Thank you to both of you and all the expert who's always there for all the people who's no experience with excel especially me :o) .... just a little.

    Again, Thank you.

  22. #22
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Good luck with your project and thanks for rep+.

  23. #23
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman,
    Thank you too. I do really appreciate all the help.

    I've been thinking and I've been wanted to try this in some of my worksheet. I don't know if this is possible.
    I wanted to add an images (3d box) and be able to click over it and the "x" or check mark appears. The worksheet will be protected.

    If it's not possible, is there anyway to make the cell look like it? (See attachment).

    Thank you.
    Attached Files Attached Files

  24. #24
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    Guess what? I merged a cell D to cell N and the colortab in this particular is not working.

    Please Login or Register  to view this content.
    Last edited by RJ1969; 04-14-2019 at 06:25 AM.

  25. #25
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Morning :o)
    I attached the file which the merged cell D:N and other merged cell are skipping when you color tab it.

    Thanks.
    Attached Files Attached Files

  26. #26
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Oooops... one more issue came about.
    While the sheet is protected, try to enter an item number in cell D and press tab keyor the enter key and the check box marked it which i don’t select to mark it that box.
    I tried to search for a tab/enter to disabling it but it seems does not work. Maybe you have a better solution.

    Is there a way to place a message box if the user try to use tab key or enter key “Pls. Use mouse pad to click box”
    Something like this.

    Thank you

  27. #27
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,570

    Re: Check Mark Box - Windings

    ...I merged a cell D to cell N...

    The line:
    If Target.Count > 1 Then Exit Sub
    Causes the macro to exit if more than one cell is selected.
    Last edited by protonLeah; 04-14-2019 at 03:45 PM.

  28. #28
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    I took that part out and it look like it work.

    After I enter the Item number, it jump to the check box and it automatically check mark the box. I am trying to figure it out to skip those boxes.

    Thanks.
    Last edited by RJ1969; 04-14-2019 at 04:04 PM. Reason: work

  29. #29
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Do I really need this code in it?
    If Target.Count > 1 Then Exit Sub

    I am not sure how much important it is to be in it. Should I put it back?

  30. #30
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hello
    I pretty much got everything I needed from my previous request.
    Everything works fine until I almost achieved what I needed until I added a “RESET” button and I get the Run Time Error 13 (mismatch).

    Can you please fix the code so I will be able to do a Reset Button.

    Thank you in advance :o)
    Attached Files Attached Files

  31. #31
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Please Login or Register  to view this content.

  32. #32
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    Almost there :o)
    I attached the file again.
    When I click Reset button. The colortab stayed in a cell N10.

    Please check. Thanks :o)
    Attached Files Attached Files

  33. #33
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    How about this.
    Please Login or Register  to view this content.

  34. #34
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    I think its perfect :o)
    Although when it returns to cell J5, it shows white color instead yellow.

    Do you think you can change the font in the message box Maybe Red font and the style? Is this possible? If not, no problem.

    Thanks.

  35. #35
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    The moment I hit Tab-key colored tab disappears and never comes back.

    How do you invoke it and whats the purpose ?

    Font and Font style can't be changed in a MessageBox. You would have to create a userform with a Label and Buttons to achieve that.

  36. #36
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    The purpose is that wihen I hit the button Reset and it return to J5 cell and it should highlight the the cell and this will tell me or my user where the cursor is. Is like when you tab and it highlights the cursor every time u hit the tab.
    I particularly like this settings because i have a little problem with my eyesight and it is easy for me to see and know where i am at in the position :o)
    But if is no solution, it is ok. Because when i hit the the tab it still works.

    About the font for the message box, I thought so. I kinda did my research in the net. Thanks for the findings.

    Let me know if u a solution w the color tab in J5 but if none no worry.

    Thanks (friend)

  37. #37
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    This should do it.
    Attached Files Attached Files

  38. #38
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    Yay!!!! I knew you will find a solution :o)

    What did you do in order to work?

    Thank you

  39. #39
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Check Reset button code.

  40. #40
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Ok.... :o)
    Thank you so much and I do appreciate the time you gave to it.

  41. #41
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Glad to help and thanks for rep+. Much appreciated.

    Good luck with your project.

  42. #42
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Please...... I have a very last request with this project and hoping it is possible.
    I just thought of it that maybe it is possible.

    I want to be able to click the boxes for X mark and check mark although the cells are protected?

    cells boxes protected:
    C8,C14,C20,C26,C32,C38,C41,C44,L10,L12,L16,O16,F27,L27

    Cells not protected:
    J5, N10 and N12
    Attached Files Attached Files
    Last edited by RJ1969; 04-16-2019 at 08:43 PM. Reason: boxes

  43. #43
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    The last one.
    Attached Files Attached Files

  44. #44
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi

    I have an issue with the colortab and also if I put a password and click the reset button it ask for the password. My user will not have the password.

    Thanks

  45. #45
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    When I protected the worksheet with a password, I normally select “unlocked cells” and “format cell” in order. Will you be able to set it this way and still be able to Tick the box?
    I promise this will be the end after this is solved :o(

  46. #46
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Try this. Password is RJ1969.
    Attached Files Attached Files

  47. #47
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    I tried the worksheet you sent me. It is not exactly what I wish for but close enough :o( sorry.
    When I press the enter key, it still passing all the boxes. This is what I am trying for my user to avoid to press the enter key and will accidentally to have a wrong check mark.
    I want something for them to be able to use tab key and enter key but only in the unlock cell.

    See the attachment. I have unlock all entire cells including all the boxes in the worksheets except J5, N10, N12.
    If you press the enter key or the tab key, it only goes in the J5, N10, and N12 cells with a color tab. The color tabbing is good (I love it :o).

    But if it's not possible to tick the box with lock cell, no problem my friend. I think I will stick in the old format if is not possible. But I am hoping it will work the way I have wish for. So let me know and I hope explain it very well since my English is not good as it is.


    Thanks.
    Attached Files Attached Files

  48. #48
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    Not possible what you're after.

    I know you are trying to create a dummy-proof sheet but you will have to educate your user to correctly use the sheet.

    When there's human interaction there always bound to be margin for error. That's just the way it is.

  49. #49
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Good morning :o)
    Ok... I guess I'll just have to do that, just educate them. Like they said "it is what it is" :o)
    Thank you for all the help! You're the best as always.

    Again, Thank you.

  50. #50
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    I attached the file.
    Attached Files Attached Files

  51. #51
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2,
    Sorry to bother you again. I have been searching and I think I found the answer.

    Remember the issue that I was having and I think I found something to make my worksheet work. This is just exactly what I was looking for.
    All I just need is to fix two things on it.

    1)
    no color tab or when I press the tab key or the enter key on (J4,AI5,R38,U41,Q44), can you please a color tab on it.

    2)
    can you add a message box after J4 entry, maybe “Don’t forget to click box”.

    Everything is good except those 2 things.

    My reset button is good.

    The check boxes when I click is good except when I am at the bottom to click the box it return to J4 cell and I have to scroll down to see if the box is being check. I keep scrolling down every time I click the box at the end of the page. After you click the box, it should offset 2 according in the code. If you can fix this is as well that will be great.

    Thanks.

  52. #52
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman2
    I was able to add the message box into it.
    Minus -1 :o)

    Hope you'll be able to fix the color tab in cell J4",AI5, R38, U41, Q44.
    Here is the updated file with the the message box.

    Thanks.
    Attached Files Attached Files
    Last edited by RJ1969; 04-22-2019 at 05:22 PM.

  53. #53
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi Bakerman
    Any luck?

  54. #54
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Check Mark Box - Windings

    Hello RJ1969,

    The check boxes when I click is good except when I am at the bottom to click the box it return to J4 cell and I have to scroll down to see if the box is being check. I keep scrolling down every time I click the box at the end of the page. After you click the box, it should offset 2 according in the code. If you can fix this is as well that will be great.
    It can be done, but then you may loose the "Tab" order. Is that o.k. with you?

    Hope you'll be able to fix the color tab in cell J4",AI5, R38, U41, Q44.
    How do you want it "Fixed"? what must it be changed to?

    Regards.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  55. #55
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi,
    I don’t really want to lose the tab order.

    I want to fixed the cells to have a color tab.
    Let me clear or explain it well. The cells J4,AI5,R38,U41,Q44 should be white not gray color. If u press the tab and it goes to the cell then it should be yelow.
    Let say you tab to R38 and this cell should be uellow not white.

    Thanks

  56. #56
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Check Mark Box - Windings

    You are asking too many conflicting things. You want a fix above a fix above a fix.

    Your SelectionChange-event kicks in 3 times for 1 run. In a normal workbook Tab and Enter also fires SelectionChange, in your file it doesn't anymore.

    You end up at the top of the sheet because your SelectionChange code says to on every run. So you need to scroll down to look at Checkbox. Now you want a fix to overrule your SelectionChange code.

    You cannot keep fixing 1 thing with another. Result is that nothing works properly anymore.

    This needs to be thought over again from scratch to work properly.

  57. #57
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,667

    Re: Check Mark Box - Windings

    Hi
    Ok. I will try to start from scratch with a different method.
    In the meantime I will use what I have although there is a bit of a issue.

    Thank you all.

+ 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. Check mark box
    By RJ1969 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 02-25-2019, 01:37 PM
  2. Replies: 2
    Last Post: 10-28-2013, 03:52 PM
  3. I can't find check mark
    By TToye in forum Excel General
    Replies: 2
    Last Post: 08-20-2012, 04:10 AM
  4. Check Mark?
    By geneg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2009, 04:19 AM
  5. Windings/Marlett in Dropdowns
    By Cortlyn in forum Excel General
    Replies: 2
    Last Post: 02-03-2009, 05:52 AM
  6. [SOLVED] Check Mark
    By Anthony Viscomi in forum Excel General
    Replies: 7
    Last Post: 02-02-2006, 12:30 PM
  7. Replies: 3
    Last Post: 04-13-2005, 05:52 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