Jump to content
Fórum Script Brasil
  • 0

Ordenação


Anderson Carlos

Question

Help!!!!

Estou atualizando minha planilha no excel, logo peço pra ordenar por uma determinada coluna....

Meu PROBLEMA É ESSE... Ele simplesmente não quer ordenar..

Como faço pra fazer essa ordenação???

Segue meu codigo...

Sub Atualiza()

Dim Con1 As Object

Dim Dados As Object

'## SGR

Sheets("SGR").Range("B2").Value = "Posição em " & Dados("data")

Sheets("DadosSGR").Range("A1").QueryTable.Refresh

Sheets("SGR").Range("B5:E45").Sort key1:=Sheets("SGR").Range("C5"), Order1:=xlDescending

'## MPE

Sheets("MPE").Range("B2").Value = "Posição em " & Dados("data")

Sheets("DadosMPE").Range("A1").QueryTable.Refresh

Sheets("MPE").Range("B5:J46").Sort key1:=Sheets("MPE").Range("G5"), Order1:=xlDescending

'## MGE

Sheets("MGE").Range("B2").Value = "Posição em " & Dados("data")

Sheets("DadosMGE").Range("A1").QueryTable.Refresh

Sheets("MGE").Range("B5:L46").Sort key1:=Sheets("MGE").Range("G5"), Order1:=xlDescending

MsgBox ("Planilhas Atualizadas com Sucesso")

End Sub

Desde já Agradeço!!!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...