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 bkrike 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: dhover
  • Content: Threads
  • Order by date
  1. dhover

    Win98 SE Re-install Problem

    Just wiped my HD clean (Fdisk and Format). After clean installing Win98 SE Upgrade, I get into a loop where when the GUI is finished loading, a message pops up saying that Windows found an error in the registry and needs to be rebooted to correct it. So, I press OK, the machine reboots, and the...
  2. dhover

    How to tell if a Word Cell is empty?

    If there is no text in the cell, Selection.Cells(1).Range.Text = "" returns False. Why? Because it actually contains a CRLF combination (the end of cell marker?). This can be seen by print the Asc() of the text to the debug window: Debug.Print Asc(Selection.Cells(1).Range.Text) Now...

Part and Inventory Search

Back
Top