Recent content by Simpler45

  1. S

    the folder condition is necessary in Outloook VBS

    Create file found property, as now you can link with "The Description" Function ShowFileInfo(filespec) Dim fso, f Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.GetFile(filespec) ShowFileInfo = "Created: " & f.DateCreated End Function
  2. S

    the folder condition is necessary in Outloook VBS

    help there was one more question. at creation of the folder ("Birthday") to add in the folder description - date of change of the Birthday.xls file, At the subsequent script performance if date of the description of the folder ("Birthday") in Outlook and date of change of the Birthday.xls file...
  3. S

    the folder condition is necessary in Outloook VBS

    many thanks! everything works!
  4. S

    the folder condition is necessary in Outloook VBS

    thank you very much all turned help still it is necessary that each time at script start, the folder ("Globality") was cleared of contacts, and contacts from document.xls were added then
  5. S

    the folder condition is necessary in Outloook VBS

    help to solve a problem: the condition if there is no folder ("Globality") it is necessary is created if there is a folder ("Globality") it is removed and again is created Dim objXls Dim i, j Dim myNameSpace Dim myFolder, myWorkFolder Dim myOutlook Dim myItems Dim myNewFolder Set...
  6. S

    VBA Macro to VBScript

    Help how to translate all of the code in VBScript Sub Perenos_Kontaktov_iz_Excel() Dim objXls As Object Dim i As Single, j As Single Dim myNameSpace As NameSpace Dim myFolder As MAPIFolder, myWorkFolder As MAPIFolder Dim myOutlook As Outlook.Application Dim myItems As ContactItem...
Back
Top