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 wOOdy-Soft 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: CraigMan
  • Content: Threads
  • Order by date
  1. CraigMan

    slow startup / frozen taskbar

    I'm running Windows XP SP2 Home edition. I've been working on this problem on and off for several weeks: The boot process works fine to a point. I get a fully functional desktop. However, the taskbar hangs for a minimum of 15 minutes. The Start button is not functional and neither is right...
  2. CraigMan

    Word regular expressions

    I'm using Word regular expressions in Selection.Find (wildcards ON) to parse sections of a document into excel cells. I have experience with regular expressions and it seems Word has limited functionality in that regard. My document is laid out like an outline and I'm trying to develop a...
  3. CraigMan

    excel worksheet name property

    I have an excel app that adds worksheets with rather large names. It appears that there is a worksheet name size limitation. Is there any way to get around it? Craig Meyers, BSNucE, PE
  4. CraigMan

    ms query in excel

    Trying to restrict the records returned by a query in excel. I would like to specify a from and to date in two excel cells and use these two dates in the query. Can this be done? Programatically? Craig Meyers, BSNucE, PE
  5. CraigMan

    memory leaks using sql.request function

    I have a worksheet containing numerous dynamic sql.request formulas. Each time I update and recalc, I lose memory which is never given back to the system. Ultimately my laptop grinds to a halt and I get the low resources warning dialog from excel. Is there a way, using code or otherwise, to...
  6. CraigMan

    returning multiple records from an excel range

    Seemingly simple in concept, I have yet to find a clean solution. I'm working from two data sources. One contains data on ACTIVE MLS listings. The other data on SOLDs. Both data sets contain essentially the same column structure. For each ACTIVE row I want to group all SOLDs from the same...
  7. CraigMan

    visual basic editor not working (project corrupted?)

    I've been working on an Access 2000 VBA project. Time and again I've opened my project only to find that the VBE is all hosed up. The first time it happened I was more than a little annoyed. I followed the instructions in MS KB article 248960 for recovering a corrupted project. The recovery...
  8. CraigMan

    VBE fubar!

    I've been working on an Access 2000 VBA project. Time and again I've opened my project only to find that the VBE is all hosed up. The first time it happened I was more than a little annoyed. I followed the instructions in MS KB article 248960 for recovering a corrupted project. The recovery...
  9. CraigMan

    Word 2000 document comments

    Hello, I would like to get programmatic access to these document comments (versus review comments). I have stuff I would like to write there. I'm referring to the Comments text box you see on the Summary tab under File|Properties. It looks you can go 39 characters wide (when you have more...
  10. CraigMan

    string substitution in VBA executable statements

    I've got 24 textboxes and 24 checkboxes on a form. An earlier routine sets the textbox visible property to True only if it contains text. This routine sets the checkbox visible property based on the textbox to which it relates. This is the code I'm currently using: If Me.[ANSWER A].Visible =...
  11. CraigMan

    calling one form's subroutine from another form

    I've got 2 forms that I'm working with in Access 2000. Let's call them Form1 and Form2. Form1 has a Sub that I'm trying to use from Form2. Let's call it Routine1. It has one argument Dim As String. I called Routine1 in this manner: Form_Form1.Routine1(string_variable) The undesirable...
  12. CraigMan

    mouse wheel scrolling thru records on Access form

    I'm having a problem with an Access 2000 project. And I have gone thru the FAQs and did find some useful information regarding the mouse wheel. Specifically, I was successful using the MouseHook.dll at the www.lebans.com website. I would prefer to NOT distribute a DLL with my app. When my...

Part and Inventory Search

Back
Top