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 Chriss Miller 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: chkote
  • Content: Threads
  • Order by date
  1. chkote

    Dos programs and shortcut variable parameter

    Pre XP you could call an input dialog by adding a "?" to the end of the path shown in the shortcut. How does this work in XP..or does it?
  2. chkote

    Code Checker

    Does anyone know of any vba code checking tools. I found a link to a site (Barns) but could not get to it.
  3. chkote

    Adding & deleting menus in Word

    Can anyone point me in the right direction re adding / deleting menus in MS Word. I want to be able to add a menu when the document is opened and delete it when the document is closed Thanks
  4. chkote

    Excel and CommandButtons

    Each Command Button I add to a spreadsheet, slows the opening and closing process down quite considerably. Is there a setting somewhere that I should modifying?..as I cannot work out why this is happening. Thanks
  5. chkote

    MIMS Business Objects

    Has anyone out there used the Mims.ExecuteProgram method, and if so do you have an example of it's use Thanks
  6. chkote

    External Applications

    I want to run an external application using VBA in XL, but I want to check if it is already running first Q1: How do I do that? Q2: If the process is not running and I start it using the Shell command , how do I make the VBA wait until the process has been started before moving on to the next...
  7. chkote

    Temporary

    The search function is temporarily unvailable due to maintenance....can any users out there define "temporarily" for me ....weeks? or days? Thanks [soapbox]
  8. chkote

    ADO - Records v. Fields

    This one has me puzzled (being new to ADO), how can I do Recordset.RecordCount and get the correct answer do a count on fields and I get 0 ....Que??
  9. chkote

    VB Script Compile?

    Excuse the ignorance here but..... Can a VB Script be compiled into an executable so the code can not be tampered with?
  10. chkote

    Row Numbers - Take 2

    Sorry Folks..having a mental blank on this one. I determine a row number from my first vlookup, now how do I use that as my start row for my next lookup? as in @VLOOKUP($A("ROW RESULT"),2,FALSE) Thanks again.
  11. chkote

    Cell Reference/Row Number

    I want to obtain a row number from a lookup table after doing a vlookup ....is this possible? Thanks
  12. chkote

    List comparisons

    I have 2 Lists/Arrays List1 : 1,2,2,4,1 List2 : 0,0,0,4,0 What I'm trying to do is compare List2 with List1 and find the first value in List2 that matches a value in List1 in the corresponding position. In this case "4". Thanks
  13. chkote

    Labor Costing - Control File Settings

    Labour Costing Controls in the System Control File 4.1 - Standard Rate Labour Costing Ellipse - Whole Day Labour Costing My question is - do these 2 represent the same functionality? Thanks
  14. chkote

    Excel Connector Scripts

    Wondering if anybody could provide me with some Excel/Connector Scripts....as it won't be long before I'm in the thick of writing them. We are moving to Ellipse in the next few months and I would like some samples to compare with the SmartGui and Mint Scripts I've written. Thanks
  15. chkote

    Date Conversions

    I have a database which contains "date" data in the format '20010518'. Is there any way I can convert these to a true date format...e.g. 18/05/2001? Any suggestions would be appreciated. Thanks
  16. chkote

    Populating a FlexGrid

    I'm new to this area and I would appreciate any examples or help on entering/displaying data in a MSFlexGrid. Thanks
  17. chkote

    Executables in HTML

    Can you run an external executable in HTML without getting a Download Window??

Part and Inventory Search

Back
Top