Inoltre, quel test sull'If sarà sempre Falso, dovresti cambiarlo così:
codice:DirRapporti = App.Path & "\Rapporti" If Dir(DirRapporti) = "" Then MkDir DirRapporti End If
Inoltre, quel test sull'If sarà sempre Falso, dovresti cambiarlo così:
codice:DirRapporti = App.Path & "\Rapporti" If Dir(DirRapporti) = "" Then MkDir DirRapporti End If
Chi non cerca trova.