Consulting

Results 1 to 4 of 4

Thread: Solved: If value "tick mark" then ...

  1. #1
    VBAX Mentor
    Joined
    Sep 2004
    Posts
    431
    Location

    If value "tick mark" then ...

    Hello again,
    On Sheet "Parts" starting in column B I have all my part numbers , description, unit price etc (7 columns)
    Need to have the customer insert tick marks on the items needed then press a command button and transfer (copy paste) all the parts needed on sheet1 range : A6:G16
    I have the code for the tick mark.
    Thank you
    Last edited by ndendrinos; 05-07-2007 at 06:20 AM. Reason: maybe not solved after all
    Thank you for your help

  2. #2
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    By tick mark you mean? A CheckBox? Is this a CheckBox from the Forms toolbar or the Control Toolbox?

  3. #3
    VBAX Mentor
    Joined
    Sep 2004
    Posts
    431
    Location
    Hello DRJ.
    Just solved that one the hard way.
    The attachment includes a sheet code as well as a module
    Column A in sheet1 is formatted to "bold"
    There must be a better way
    Thank you
    Thank you for your help

  4. #4
    VBAX Mentor
    Joined
    Sep 2004
    Posts
    431
    Location
    Someone changed the header of my post to "If value "tick mark" then ..."
    Thinking that maybe I'm dealing with divine intervention here I've changed the line If rng.Font.Bold = True Then to
    If value "tick mark" then
    and got an error "Syntax Error"
    Thank you for your help

Posting Permissions

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