APPLICATION.DIALOGS XLDIALOGSAVEAS .SHOW NAO FUNCI
Galera,
meu codigo não quer funcionar... alguem pode me ajudar???
Application.Dialogs(xlDialogSaveAs).Show
Quando chega nesta linha ele para, se eu vou no arquivo que eu abri e tento abrilo de novo ai sim aparece a caixa SaveAs e o programa continua, Acho que é pq não estou ativando mas ja tentei muita coisa e nao consegui. aqui vai uns testes:
' Sets the Visible property to False.
ActiveWindow.Visible = False
' Sets ScreenUpdating to False.
excel.Application.ScreenUpdating = False
' Sets the macro workbook Visible property to True.
Windows("TRANSMISSOR DE NIVEL ULTRASSONICO.xls").Visible = True
' Displays the SaveAs Dialogbox.
Workbooks.Application.Dialogs(xlDialogSaveAs).Show
' Resets the Visible property to False.
ActiveWindow.Visible = False
Valeu...
meu codigo não quer funcionar... alguem pode me ajudar???
Application.Dialogs(xlDialogSaveAs).Show
Quando chega nesta linha ele para, se eu vou no arquivo que eu abri e tento abrilo de novo ai sim aparece a caixa SaveAs e o programa continua, Acho que é pq não estou ativando mas ja tentei muita coisa e nao consegui. aqui vai uns testes:
' Sets the Visible property to False.
ActiveWindow.Visible = False
' Sets ScreenUpdating to False.
excel.Application.ScreenUpdating = False
' Sets the macro workbook Visible property to True.
Windows("TRANSMISSOR DE NIVEL ULTRASSONICO.xls").Visible = True
' Displays the SaveAs Dialogbox.
Workbooks.Application.Dialogs(xlDialogSaveAs).Show
' Resets the Visible property to False.
ActiveWindow.Visible = False
Valeu...
Citação:meu codigo não quer funcionar...
Até parece que código tem vida própria.
Citação:ActiveWindow.Visible = False
Por que ocultar a janela ativa? Não será esse o seu problema.
Tópico encerrado , respostas não são mais permitidas