macro de download acusando viros , não na maquina, mas quando baixa da internet
Sub Atualiza()
Application.ScreenUpdating = False
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;https://www.dropbox.com/s/cn1zgeb9592hlh7/resultados_lotofacil.txt?dl=1" _
, Destination:=Range("$B$2"))
.Name = "transaction"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlOverwriteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = False
.RefreshPeriod = 0
.WebSelectionType = xlAllTables
.WebFormatting = xlWebFormattingNone
.WebPreFormattedTextToColumns = True
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = False
.Refresh BackgroundQuery:=False
End With
End Sub
tem essa macro que se embutida na planilha e manda para a internet
quando vai baixar novamente acusa viros
tem algum motivo aparente para esse comportamento?
não postei a planilha pq nem vão consegui baixar , vão ter que fazer o teste por conta propria
sei que é um falso possitivo
mas tem como evitar esse comportamento ?
Postado : 02/07/2017 10:23 pm