Boa tarde Amigos
Com Win 10 - 64 e WinRar 32 funciona .
Mas agora tenho
Win 10 64 e WinRar 64 ----------------->Não consigo acertar
If Len(Dir("PROGRAMFILES(x86)") & "\Winrar\WinRAR.EXE") & "" > 0 Then 'windows 10 - 64 Bits e office 2007 - 32 Bits
WinRarPath = "C:\Program Files (x86)\WinRar\"
ElseIf Len(Dir("PROGRAMFILES") & "\Winrar\WinRAR.EXE") & "" > 0 Then
WinRarPath = "C:\Program Files\WinRar\"
Else
MsgBox "O WinRar Não Está Instalado Nesse Diretorio." _
& Chr$(13) & "Impossivel Comprimir."
Exit Sub
End If
Com Win 10 - 64 e WinRar 32 funciona .
Mas agora tenho
Win 10 64 e WinRar 64 ----------------->Não consigo acertar
If Len(Dir("PROGRAMFILES(x86)") & "\Winrar\WinRAR.EXE") & "" > 0 Then 'windows 10 - 64 Bits e office 2007 - 32 Bits
WinRarPath = "C:\Program Files (x86)\WinRar\"
ElseIf Len(Dir("PROGRAMFILES") & "\Winrar\WinRAR.EXE") & "" > 0 Then
WinRarPath = "C:\Program Files\WinRar\"
Else
MsgBox "O WinRar Não Está Instalado Nesse Diretorio." _
& Chr$(13) & "Impossivel Comprimir."
Exit Sub
End If