zxz 15.02.2014 09:24
Predmet:Re: Ili možda isto sa VBA

Probaj sa ovom procedurom.
PreuzmiIzvorni kôd (Visual Basic):
  1. Function ZatvoriF(ImeFoldera As String)
  2. Dim Sel
  3. Dim ApiSel
  4.  
  5. Set Sel = CreateObject("shell.application")
  6. For Each ApiSel In Sel.Windows
  7.     If ApiSel.Document.folder.self.Path = ImeFoldera Then ApiSel.Quit
  8. Next
  9. End Function

pmiroslav 15.02.2014 12:51
Predmet:Re: Ili možda isto sa VBA

Ovo je sada u redu!