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.

Error en una macro en un archivo de Excel

publicado

Tengo un archivo que al habilitar contenido me aparece el error Error de compilación:

El código de este proyecto se debe actualizar para usarse en sistemas de 64 bits. Revise y actualice las instrucciones Declare y, a continuación, márquelas con el atributo PtrSafe. y me abre Visual Basic para aplicaciones. el código es Private Type RECT

Left As Long

Top As Long

Right As Long

Bottom As Long

End Type

Private Declare Function GetWindowRect Lib "user32" _

(ByVal hwnd As Long, _

lpRect As RECT) As Long

Private Declare Function GetDesktopWindow Lib "user32" () As Long

Function ScreenResolution() As String

Dim rec As RECT

Dim sWidth As String

Dim sHigh As String

Call GetWindowRect(GetDesktopWindow, rec)

sWidth = CStr(rec.Right - rec.Left)

sHigh = CStr(rec.Bottom - rec.Top)

'ScreenResolution = sWidth & " x " & sHigh

ScreenResolution = sHigh

End Function

Sub limpiatabla()

'

' limpiatabla Macro

'

'

Rows("2:2").Select

Selection.ClearContents

End Sub

Featured Replies

No hay posts para mostrar

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.