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.

mejora de codigo

publicado

como puedo cambiarle la linea a este codigo que en  vez de colorear me bordee la celda

Sub Macro1()
'
' Macro1 Macro
'

'
    Sheets("hoja1").Select
    With ActiveWorkbook.Sheets("programa4cifras").Tab
        .color = 255
        .TintAndShade = 0
    End With
    Sheets("hoja2").Select
    With ActiveWorkbook.Sheets("hoja2").Tab
        .ThemeColor = xlThemeColorAccent6
        .TintAndShade = -0.249977111117893
    End With
    Sheets("hoja3").Select
    With ActiveWorkbook.Sheets("hoja3").Tab
        .ThemeColor = xlThemeColorAccent1
        .TintAndShade = -0.249977435298762
    End With
    Sheets("hoja4").Select
    With ActiveWorkbook.Sheets("hoja4").Tab
        .ThemeColor = xlThemeColorAccent4
        .TintAndShade = 0.399975585192419
    End With
     Sheets("hoja6").Select
    With ActiveWorkbook.Sheets("hoja5").Tab
        .ThemeColor = xlThemeColorAccent4
        .TintAndShade = 0.399975554321
End Sub

 

Featured Replies

publicado

Hola, con la cerda seleccionada, puedes jugar con todos los bordes

 

    Selection.Borders(xlDiagonalDown).LineStyle = xlNone
    Selection.Borders(xlDiagonalUp).LineStyle = xlNone
    With Selection.Borders(xlEdgeLeft)
        .LineStyle = xlContinuous
        .ColorIndex = 0
        .TintAndShade = 0
        .Weight = xlMedium
    End With
    With Selection.Borders(xlEdgeTop)
        .LineStyle = xlContinuous
        .ColorIndex = 0
        .TintAndShade = 0
        .Weight = xlMedium
    End With
    With Selection.Borders(xlEdgeBottom)
        .LineStyle = xlContinuous
        .ColorIndex = 0
        .TintAndShade = 0
        .Weight = xlMedium
    End With
    With Selection.Borders(xlEdgeRight)
        .LineStyle = xlContinuous
        .ColorIndex = 0
        .TintAndShade = 0
        .Weight = xlMedium
    End With
    Selection.Borders(xlInsideVertical).LineStyle = xlNone
    Selection.Borders(xlInsideHorizontal).LineStyle = xlNone

 

 

publicado
  • Autor

como hago para que funcione con la misma idea que la primera 

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.