Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ckpeel
  • Content: Threads
  • Order by date
  1. ckpeel

    Using MOD and developing a COM Addin that works for all Office Apps

    I'm using MOD for COM DLL development - VBA to be compiled in a DLL. The MOD projects let me set the target Application (Excel, Word etc). But I want to be able to write one application and based on the application loading it (word or excel) present a different Button or form? Can this be...
  2. ckpeel

    HELP - Microsoft Office XP Developer (MOD)

    I have just installed this? I did have problems with it. I need to put on a "component" upgrade and it worked. I installed the MOD to allow for creation of Office COM DLL addin's. But as I launch the MOD enviroment I get "Element not Found" and it then open. NO project...
  3. ckpeel

    Syncronization of Outlook Contacts

    Hi, I've been asked to sync our application 'contacts' to local outlook contacts so that we can store user info in the application (DB) and push it out to eveyone's local Outlook. I see some utilities developed to do just this a.k.a. Intellisync. Can anyone point me to an article or...
  4. ckpeel

    Word toolbar - locking them down from Users

    hi This I hope is an easy answer.... but I haven't been able to figure out how to do this. I have a Word addin that I need a tool bar for ... I created code to add the toolbar and it works fine... I added it to the AutoExec routine. So when the addin is loaded I check for the tool bar and if...
  5. ckpeel

    Can I use the "app.eventlog" in VBA as you can in VB

    VB has the ability to use the App.Eventlog to log messages in the system log. Can we do this in VBA also? I can't find a reference to being able to do this in my VBA documents. Anyone doen this yet? Chris
  6. ckpeel

    can you open Word VBA from IE browser

    Is it at all possible to have a button on a web page (ASP)call and open word to launch a VBA. I'm trying to figure out if I can get a web button to take a customer number from the web page and open a Word document - launch a piece of VBA code (word vba addin) and produce a report with the data...
  7. ckpeel

    Use Windows Dialog for getting a path

    I want to create a class that will allow a user to navigate via a windows dialog to a directory simply hit enter and return that path to my main code. I have this with the comdlg32 and GetOpenFileNameA (lots of samples are around for this). I dug through MSDN around an API called GETPATH ...

Part and Inventory Search

Back
Top