Recent content by davidbenson34

  1. D

    Determine default email client

    I found a solution. After locating the default email client key in the registry, I found a code snippet that reads the value of a key and applied it: 'reads the value for the default email client 'if the key cannot be found, the return value is "" Dim myWS As Object Dim RegKey As String Dim...
  2. D

    Determine default email client

    Thanks for your reply! It is an excel-based application that would be downloaded and opened on different machines. Of course, they would have different default clients installed and no way to know which ones. I'm hoping to find a way to at least check if it's not Outlook or Outlook Express...
  3. D

    Determine default email client

    I have a button which sends the activesheet as an email attachment via a macro. It does not work if the default email client is Windows Live, though, - I think because the attach function in Hotmail is carried out using a web-based interface. I would like to check first, with vba, whether...
  4. D

    Save/Change string in Module

    HDD Manufacturer's Serial This is a little side question relating to this thread. I am using VBA to validate that a machine has not changed and have been looking for a way to extract the HDD manufacturer's Serial using VBA and store it as a constant. Would you be willing to share the code you...
Top Bottom