Informacion de excel sin query

hola a todos, otra consulta, como puedo copiar una hoja que tiene una query… pero copiarla a otro excel SIN LA QUERY, SOLO LOS DATOS!?
agradeceria su ayuda

Hi @mively

If you want only data, In Copy/Paste Range activity select Values in What to Copy

Regards,

puedo copiarlo asi, pero a otro excel, no el mismo?

@mively

If you want to copy to another file try this

Regards,

1 Like

u the best

al momento de copiarse no se puede copiar con el mismo formato o colores, cierto?

@mively

If you want same colour and format you need to select All

Regards,

una consulta aparte, al momento de abrir el excel, se puede ajustar que el zoom este a 85%?

@mively

Try this

Zoom out.txt (87 Bytes)

Sub SetZoomSheet1()
    Sheets("Sheet1").Activate
    ActiveWindow.Zoom = 85
End Sub

Note:
For this we need to configure the Excel application’s security settings

Check the Excel Macro settings.
Open Excel and go to File → Options → Trust Center → Trust Center Settings → Macro Settings-> Check below image

Regards,

1 Like

muchas gracias por tu buena disponibilidad para responder dudus!!! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.