Search results for query: *

  • Users: Hauzz
  • Content: Threads
  • Order by date
  1. H

    Subtitles

    For those who want to watch foreign movies with sutitles
  2. H

    jbMedia

    Any good experiences with jbMedia for home automation?
  3. H

    OpenPli

    On Zgemma, OpenPli works also fine. openpli.org
  4. H

    VBA to save an excel file as text with custom extension

    When you want to save an excel file as tex utf-8 and give it your own extension, use this code and adjust it to your needs. Sub SaveFile() Dim x As Long Dim sSaveAsFilePath As String, strBouquet As String, Land As Variant Dim Cel As Range Dim arrLands() As Variant On Error GoTo ErrHandler: Set...
  5. H

    MS Office VBscript to open excel file and run macro from PERSONAL.xlsb

    When you want to open an excel file from a certain location and run automatically a macro in PERSONAL.xlsb then this code might help you. Const xlDelimited = 1 Set wShell=CreateObject("WScript.Shell") Set oExec=wShell.Exec("mshta.exe ""about:<input type=file id=FILE><script>FILE.click();new...
  6. H

    Open Pli

    Is here any support for Open Pli? Thanks
Back
Top