Recent content by Slickster

  1. S

    Problem with MSI 845 ARU Raid Driver

    Anyone?????
  2. S

    Problem with MSI 845 ARU Raid Driver

    There seems to be a bug with the Raid driver on this board. I installed XP and it stated that the driver is not certified. I proceeded with the installation anyway. The computer would freeze randomly and frequently. Tried everything updated drivers for all the peripherals and XP, but it didn't...
  3. S

    .

  4. S

    Poll: How many USB Device do have connected?

    How many do you have???????????????? I've got 3 Printer Scanner Gamepad
  5. S

    What's up with MP3 Pro

    Last fall there was an anouncement from the creator of MP3 that there was a new format MP3 Pro which has higher compression and higher quality while remaining backward compatible with MP3, but I haven't heard anything else about it or seen in supported by any software. What's up with that...
  6. S

    DVD drive with High RIP Speed

    I'm looking for a new DVD drive and was wondering what's the highest RIP speed for Audio CD's? I know that the TDK velocd burner current rips @ 40X. Is there a DVD drive that rips at this speed?
  7. S

    calling all the Excel experts!

    bglad, you're in the right direction. Here's the answer: A1: receipt date "=DATE(2002,2,1)" B1: $ amt C1: Today "=TODAY()" D1: days overdue "=DAYS360(A1,C1)" E1: 0 - 30 days "=IF(D1<30,B1,"")" F1: 31 - 60 days "=IF(AND(D1>30,D1<60),B1,"")" G1: 61 - 90 days "=IF(D1>60,B1,"")" I hope this helps...