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.

Dudas con Codigo En VBA

publicado

Buenos Dias, el dia de ayer me arreglaron el siguiente código ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _

"Hoja1!R1C1:R" & Sheets("Hoja1").Range("A" & Rows.Count).End(xlUp).Row & "C28", _

Version:=xlPivotTableVersion14).CreatePivotTable _

TableDestination:="Hoja2!R4C1", TableName:="Tabla Dinamica2", _

DefaultVersion:=xlPivotTableVersion14 y funciono perfecto, ahora quiero remplazarlo en en otra macro y remplace algunos campos : Sub FOTOSSSSSS()

' FOTOSSSSSS Macro

ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _

"Rutinas!R1C1:R" & Sheets("Rutinas).Range("A" & Rows.Count).End(xlUp).Row & "C28", _

Version:=xlPivotTableVersion14).CreatePivotTable _

TableDestination:="Rutina!R4C1", TableName:="Tabla dinámica3", _

DefaultVersion:=xlPivotTableVersion14

Sheets("Rutina").Select

Cells(3, 1).Select y no Función, alguien me pude explicar la cadena

& Sheets("Rutinas).Range("A" & Rows.Count).End(xlUp).Row & "C28", _

- - - - - Mensaje combinado - - - - -

El Error que me envia es el Siguiente.[ATTACH]34159.vB[/ATTACH]

post-115058-145877005922_thumb.jpg

Featured Replies

publicado

[COLOR=#333333]Sheets("Rutinas).Range("A" & Rows.Count).End(xlUp).Row[/COLOR][/CODE]

Obtiene la última fila con datos de la columna "A".

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.