Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Outlook

publicado

Buenas a Todos; tengo una curiosidad la cual creo yo muchos que trabajan con outlook tambien la tienen, Quisiera tener mas informacion la cual trabajos de outlook a base de macros, quiero hacer util la opcion "Macros" en mi outlook.

Muchas Gracias de Antemano..!

Featured Replies

publicado

Hola, riverts:

Hace algún tiempo me pidieron crear una macro para Outlook que, utilizando un botón, se pudiera adjuntar un archivo a un correo nuevo... Este es el código que escribí:

Sub adjunto()
Set myolApp = CreateObject("Outlook.Application")
Set myItem = myolApp.CreateItem(olMailItem)
myItem.Display
Set myattachments = myItem.Attachments
myattachments.Add "C:\Documents and Settings\nombre_usuario\Escritorio\archivo_a_enviar.doc", _
olByValue, 1, "Informe corporativo"
End Sub[/CODE]

publicado
  • Autor

Muchas Gracias Sergio, Lo probare y muy buenas tus publicaciones de ayudaexcel

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.