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.

Pie de página

publicado

Buenas noches Maestros y amigos del foro.

Les dejo este aporte que puede que les sirva en alguna ocasión. Se trata de una macro con la cual se define el pie de pagina enumerándolo.

Estaba buscándolo e igualmente grabando con la grabadora de macros pero uffs Demasiado código!!

With Hoja1.PageSetup
        .HeaderMargin = Application.InchesToPoints(0.25) 'Establece los margenes
        .FirstPageNumber = 1 'Inicia el contador con el numero 1
        .RightFooter = "Página &P " 'El el pie de pagina al lado derecho de la hoja
    End With

    With Hoja1
        .PrintPreview 'Vista Preliminar
    End With

P.D. Pueden elegir el lugar del pie de pagina:

        .LeftFooter = "Página &P"
        .CenterFooter = "Página &P"
        .RightFooter = "Página &P"

Espero les ayude en lo posible.

Mis respetos.

Pie de Pagina.zip

Featured Replies

publicado

INTERESANTE., LO PROBAREMOS.

Y GRACIAS.

publicado
  • Autor

Gracias hermano [uSER=162198]@winkey777[/uSER]

Espero le sirva.

Mis respetos.

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.