Consulting

Page 1 of 2 1 2 LastLast
Results 1 to 20 of 39

Thread: Sleeper: Using J-Walk's FaceID Tool

  1. #1
    VBAX Expert
    Joined
    Feb 2005
    Posts
    929
    Location

    Sleeper: Using J-Walk's FaceID Tool

    This is probably not the correct place for this, but ...

    After my massive HD crash in June and the subsequent purchase of a new computer, it has taken a while to get things back to abnormal. I have been reloading tools I use in creating VBA applications and just reloaded John Walkenbach's button face id add-in. If you are like me, you can not remember even one of the faceID numbers no matter how many times they are used. If you have not stumbled across this nifty add-in, it is worth a click or two ...

    http://www.j-walk.com/ss/excel/tips/tip67.htm

    When I first starting using this tool, I was frustrated by my inability to keep the form on the screen while I "did other things". I made one change to the xla code to improve its use (at least for me). In the proc that actually displays the form, add "vbModeless" to the UserForm1.Show statement:


    Sub ShowFaceIDs()
         UserForm1.Show vbModeless
     End Sub
    "It's not just the due date that's important, it's also the do date" [MWE]

    When your problem has been resolved, mark the thread SOLVED by clicking on the Thread Tools dropdown menu at the top of the thread.

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Mark,

    Yes that add-in of John is very nice.

    I always use the one from KeepitCool: "FaceIT" It has a lot more options and is able to output the masks of the FaceId's as well.

    Have a look at it.

    You can down it here:http://members.chello.nl/keepitcool/download.html

    Or direct download:http://members.chello.nl/keepitcool/files/FaceIT.zip
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  3. #3
    VBAX Expert
    Joined
    Feb 2005
    Posts
    929
    Location
    Quote Originally Posted by MOS MASTER
    Hi Mark,

    Yes that add-in of John is very nice.

    I always use the one from KeepitCool: "FaceIT" It has a lot more options and is able to output the masks of the FaceId's as well.

    Have a look at it.

    You can down it here:http://members.chello.nl/keepitcool/download.html

    Or direct download:http://members.chello.nl/keepitcool/files/FaceIT.zip
    Thanks. I will download it and play a bit.
    "It's not just the due date that's important, it's also the do date" [MWE]

    When your problem has been resolved, mark the thread SOLVED by clicking on the Thread Tools dropdown menu at the top of the thread.

  4. #4
    MS Excel MVP VBAX Tutor
    Joined
    Mar 2005
    Posts
    246
    Location
    FaceID addins like this are very common. I have my own, the third item on this page:

    http://peltiertech.com/Excel/menus.html

    Mine lets me store icon images and FaceID numbers in a worksheet for future reference, and it works as a couple of commandbars, so you don't have a modal form standing in the way of progress. It seems pretty slow to draw a set of icons, though.

    PowerPoint MVP Shyam Pillai has versions for Excel, PowerPoint, and Word, and has even made a COM add-in version:

    http://skp.mvps.org/faceid.htm
    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com
    _______

  5. #5
    VBAX Expert
    Joined
    Feb 2005
    Posts
    929
    Location
    Quote Originally Posted by JonPeltier
    FaceID addins like this are very common. I have my own, the third item on this page:

    http://peltiertech.com/Excel/menus.html

    Mine lets me store icon images and FaceID numbers in a worksheet for future reference, and it works as a couple of commandbars, so you don't have a modal form standing in the way of progress. It seems pretty slow to draw a set of icons, though.

    PowerPoint MVP Shyam Pillai has versions for Excel, PowerPoint, and Word, and has even made a COM add-in version:

    http://skp.mvps.org/faceid.htm
    Thanks for the additional leads.
    "It's not just the due date that's important, it's also the do date" [MWE]

    When your problem has been resolved, mark the thread SOLVED by clicking on the Thread Tools dropdown menu at the top of the thread.

  6. #6
    Just A Dude VBAX Tutor Scottie P's Avatar
    Joined
    May 2004
    Location
    Remote from 18901 USA
    Posts
    263
    Location
    Quote Originally Posted by MOS MASTER
    Hi Mark,

    Yes that add-in of John is very nice.

    I always use the one from KeepitCool: "FaceIT" It has a lot more options and is able to output the masks of the FaceId's as well.

    Have a look at it.

    You can down it here:http://members.chello.nl/keepitcool/download.html

    Or direct download:http://members.chello.nl/keepitcool/files/FaceIT.zip
    ... can't get the FaceIT xla to load. I am getting an error.
    Do you happen to know what refs/controls need to be set/installed for this item Joost?
    I have just moved to a different (much better) PC and I likely have forgotten to install some things, etc. I did remember my MS Runtimes for a change!!

    Scott
    Life is Visual: Presence is Perception...
    How we see the world is how we respond to it. ~* Peace *~

  7. #7
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Scott,

    I think this one requires: Microsoft Windows Common Controls 6.0

    So that would be: C:\Windows\System32\comctl32.ocx

    If I'm not mistaken you should receive that from Office update if you did a full install of Office.
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  8. #8
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Quote Originally Posted by JonPeltier
    FaceID addins like this are very common. I have my own, the third item on this page:
    Hi Jon,

    Common indeed but I can't live without them making a nice toolbar. Like many people I tent to forget ID's as well.

    Tried your addin out works very nice as well.
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  9. #9
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Scott, .

    Just to make it easy on yah I attached a copy of my comctl32.ocx (Are you on XP as well?)

    Put it in System32 folder (or the folder specified in your OS)

    Go to Start | Run and put in:

    Windows 95, 98, or Me:
    regsvr32 \windows\system\COMCTL32.OCX


    Windows NT or 2000:
    regsvr32 \WINNT\system32\COMCTL32.OCX


    Windows XP:
    regsvr32 \windows\system32\COMCTL32.OCX
    Now it should say something like DllRegisterServer ... succeeded or something like that. (After you press Enter of course)

    Later
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  10. #10
    Just A Dude VBAX Tutor Scottie P's Avatar
    Joined
    May 2004
    Location
    Remote from 18901 USA
    Posts
    263
    Location
    Believe it or not I have just -as of this weekend- moved to a new machine and installed Win XP Pro and SP2, but the ocx is not there...

    Thanks for thinking of the zip file - I am going to set it up now!

    Scott
    Life is Visual: Presence is Perception...
    How we see the world is how we respond to it. ~* Peace *~

  11. #11
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Scott,

    Well that's strange... I knew the first version of Microsoft Windows Common Controls 6.0 was setup by VB 5.0 (So that's why I had it)

    But I would have sworn COMCTL32.OCX (Sp2) was part of Windows XP Pro installation. (If there's time I'll track down it's origin)

    O well it's a must have anyway cause it has some very nifty controls.

    Glad I could help and keep me posted.
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  12. #12
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    BTW what is your Office version?

    I'm having thoughts now it should be part of Office 2003 as well? (But my brain is spinning at the moment...I'm not sure)
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  13. #13
    Just A Dude VBAX Tutor Scottie P's Avatar
    Joined
    May 2004
    Location
    Remote from 18901 USA
    Posts
    263
    Location
    I am using Windows XP Pro with:
    Office '97
    Office 2K
    Office 2K2 (XP) SP2
    Life is Visual: Presence is Perception...
    How we see the world is how we respond to it. ~* Peace *~

  14. #14
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Ah Ok that explains it sorta..then please tell me you've installed them on Multiboot!

    Or are they all installed on the same drive?
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  15. #15
    Moderator VBAX Guru Ken Puls's Avatar
    Joined
    Aug 2004
    Location
    Nanaimo, BC, Canada
    Posts
    4,001
    Location
    Quote Originally Posted by MOS MASTER
    I'm having thoughts now it should be part of Office 2003 as well?
    I have a copy in my Office11 folder (although it's in my System32 directory as well). So I think you'd be right on the Office 2003, Moose.

    Ken Puls, CMA - Microsoft MVP (Excel)
    I hate it when my computer does what I tell it to, and not what I want it to.

    Learn how to use our KB tags! -||- Ken's Excel Website -||- Ken's Excel Forums -||- My Blog -||- Excel Training Calendar

    This is a shameless plug for my new book "RibbonX - Customizing the Office 2007 Ribbon". Find out more about it here!

    Help keep VBAX clean! Use the 'Thread Tools' menu to mark your own threads solved!





  16. #16
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Quote Originally Posted by kpuls
    I have a copy in my Office11 folder (although it's in my System32 directory as well). So I think you'd be right on the Office 2003, Moose.

    Yes that must be it cause I use dtpicker control a lot and I have never registered that ocx on a Office 2003 machine before but almost always on lower versions...

    O well that settles it for me! ...(Getting tired too...Moose needs his sleep)
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  17. #17
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Ahums..Scottie??

    Did you do the regsvr thingie yet? (Help desk needs to close for tonight)
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  18. #18
    Just A Dude VBAX Tutor Scottie P's Avatar
    Joined
    May 2004
    Location
    Remote from 18901 USA
    Posts
    263
    Location
    Yes - just (we are about to get stampeded by some serious weather so I was saving and closing up some things just in case )

    It is cool - the FaceIT addin is there now. I haven't had a chance to fool around with it yet, but I will later for sure.

    I did some further investigating but to no avail - I thank you for the zip file!!

    Scott
    Life is Visual: Presence is Perception...
    How we see the world is how we respond to it. ~* Peace *~

  19. #19
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Scott,

    Good call!! I've heard it's pretty spooky with the weather on your side of the Ocean? (At leas New Orleans and such places)

    So watch out!

    Glad I could help yah out. Now I can finaly go to bed!
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  20. #20
    Just A Dude VBAX Tutor Scottie P's Avatar
    Joined
    May 2004
    Location
    Remote from 18901 USA
    Posts
    263
    Location
    never need to wait up for me Joost...LOL!! Have a good sleep!
    Oh...yes - all office installations are in their own burrows! No Office integration in that respect

    S
    Life is Visual: Presence is Perception...
    How we see the world is how we respond to it. ~* Peace *~

Posting Permissions

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