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.

Incorporar Firma en una macro que sirve para enviar mail a múltiples destinatarios

publicado

Estimadas/os,

 

Junto con saludar, estoy recien empezando en este mundo del VB, y estuve trabajando en una macro que en función de una lista, empleo BUSCARV según vendedor y enviar al correo de forma separada con copia a jefaturas correspondiente.

La macro sería la siguiente:

 

Sub Enviar_Rango_a_Destinatario_de_correo()
   
   
   
ActiveSheet.Range("AG2:AX14").Select

For i = 1 To 13

ThisWorkbook.Sheets("RESUMEN").Range("X1").Value = i

    ActiveWorkbook.EnvelopeVisible = True
    
        With ActiveSheet.MailEnvelope
       .Item.To = ThisWorkbook.Sheets("Resumen").Range("X4").Value
       .Item.cc = ThisWorkbook.Sheets("Resumen").Range("X5").Value
       
       .Item.Subject = ThisWorkbook.Sheets("Resumen").Range("X2").Value
       .Introduction = ThisWorkbook.Sheets("Resumen").Range("X7").Value
       .Item.Send
    
    End With

Next i
End Sub

 

 

Mi pregunta es... existe alguna manera para incorporar una firma en el mensaje (suponiendo que la firma en el excel la puse en una nueva celda X8).

De antemano, gracias!

 

 

Saludos

Featured Replies

publicado
  • Autor
Hace 18 horas, JSDJSD dijo:

Hola JSDJSD

 

Me aparece el siguiente mensaje:

Forbidden

You don't have permission to access /enviar-email-con-firma-desde-hoja-excel/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

 

Saludos

publicado
Hace 8 horas, Matías86 dijo:

Hola JSDJSD

 

Me aparece el siguiente mensaje:

Forbidden

You don't have permission to access /enviar-email-con-firma-desde-hoja-excel/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

 

Saludos

@Matías86 te comparto el siguiente link:

https://www.rondebruin.nl/win/s1/outlook/signature.htm

Espero te sea útil.

 

Saludos

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.