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?
u the best
al momento de copiarse no se puede copiar con el mismo formato o colores, cierto?
una consulta aparte, al momento de abrir el excel, se puede ajustar que el zoom este a 85%?
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,
muchas gracias por tu buena disponibilidad para responder dudus!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.