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.

Access a excel

publicado

tengo un problema y quería saber si me podrías dar con la solución.

Tengo que exportar datos del access al excel, hago la exportación pero no me aparecen los datos.

No puedo subiros el archivo ya que es demasiado grande, que es lo que tengo que hacer? Soy novato en esto

Featured Replies

publicado

Hola migueel18

En Archivo > Exportar y en Guardar como tipo: seleccionas excel (Por defecto aparece Access, con lo que si no lo cambias no sucede nada) debería valerte.

Creo que hay que exportar tabla por tabla

Un saludo desde Vitoria

publicado

quieres exportar con macros del access al excel

Dim cnn As ADODB.Connection
Dim rst As ADODB.Recordset
Set cnn = New ADODB.Connection

With cnn
.Provider = "microsoft.jet.oledb.4.0"
.ConnectionString = "data source=" & ThisWorkbook.Path & "\nombredetudatabase.mdb"
.Open
End With
Set rst = New ADODB.Recordset

sql = "Select * From Registros"

With rst
.CursorLocation = adUseClient
.CursorType = adOpenKeyset
.LockType = adLockOptimistic
.Open sql, cnn, , , adCmdText
End With

Application.ScreenUpdating = False[/CODE]

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.