"Identificado um possível problema de segurança"
"Este local pode não ser seguro"
Existe alguma maneira de não receber esta mensagem?
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal Hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Call ShellExecute(0, vbNullString, CaminhoEnomeArquivoComExtenção, vbNullString, vbNullString, 1)
ahteixeira escreveu:Marcelo, por curiosidade, pode testar o meu exemplo para ver se também acontece o mesmo.