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 dencom 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: *

  1. GomezAddamz

    "No Disk" error when checking network drives

    Hello! I have a script that will check network drive mappings and create/modify them as needed. The problem is that some users are getting the following error: "There is no disk in the drive. Please insert a disk into drive D:." There are options to Cancel, Try Again, and Continue. None of the...
  2. GomezAddamz

    HTA: Wait for event before continuing script

    Hey forum! I'm looking for a way to make a VBS script inside an HTA wait for input before continuing execution. Specifically, I have a dynamically populated list box from which the user will need to make a selection and then click a button before the script can continue. I know I can use the...
  3. GomezAddamz

    XMLHttpRequest in IE and Chrome

    Hiya! I wrote a simple JavaScript to parse a CSV file into an HTML table. Works great in FF (23), not so much in IE (8) or Chrome (35). It seems like the XMLHttpRequest is gumming up the works. IE will create the request, but doesn't seem to want to open it. Chrome will open it, but chokes when...
  4. GomezAddamz

    Excel 2007 - Convert list of data to table

    Hello! I have a question regarding Microsoft Excel (I'm using 2007). I have data in this format: Store 1 Store 2 Store 3 Apples Cherries Apples Grapes Strawberries Blueberries Bananas Bananas Grapes Blueberries Tomatos that I would like to put into this format: . Store 1 Store 2 Store...
  5. GomezAddamz

    Different results from same if statement in VBA/Excel

    I'm having trouble with an Excel VBA formula and have isolated the cause. I have a worksheet with the times 17:00, 13:10, 4:10, and 8:00 in columns A, B, C, and D respectively. In column E, I have the excel formula "=IF(A1-B1+C1=D1,"True","False")", which returns "True". In column F, I have...
  6. GomezAddamz

    Excel 2010: Seeking help to improve my macro and coding skills

    Hey forum! I've written a macro for Excel 2010 for work. It's perfectly functional. It does everything I need it to and it doesn't have any problems. It is, however, clunky. At least it seems that way to me. I'm pretty new to VBA (for Excel in particular), and am interested in getting better. I...
  7. GomezAddamz

    Info for replacing WD Logic Board

    Hi! I recently had two WD HDDs go down, a 20GB and a 120GB. It is worth it to me to repair them, but not critical enough to justify having them repaired. I have assembled several PCs, and disassembled various PC components, and would like to repair these drives myself. From what I've read, it...

Part and Inventory Search

Back
Top