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.

Como importar a excel a travez de una pagina web privada

publicado

Hola tengo que importar a excel una base de datos que se encuentra en una página web que me pide contraseña, lo e estado haciendo manual sin embargo es mucha información para seguirlo haciendo haci.

tengo entendido que tengo que ocupar el

QueryTable.PostText

Featured Replies

publicado
  • Autor

este es el codigo que llevo pero cuando lo ejecuto me manda un bye en la celda de excel

publicado
  • Autor

Sub Macro1()

'

' Macro1 Macro

'

'

Const Nick = "hernandes"

Const Pass = "cor34"

For Each Q In ActiveSheet.QueryTables

Q.Delete

Next Q

ActiveSheet.Cells.Clear

'

With ActiveSheet.QueryTables.Add(Connection:= _

"URL;http://10.103.133.160/Chronos1.asp?Opc=EWOKS ", Destination:=Range( _

"$A$1"))

.PostText = "ilogin=" & Nick & "&ipassword=" & Pass

.Refresh BackgroundQuery:=False

.Connection = "URL;http://10.103.133.160/Chronos1.asp?Opc=EWOKS"

.Name = "asp?Opc=EWOKS"

.FieldNames = True

.RowNumbers = False

.FillAdjacentFormulas = False

.PreserveFormatting = True

.RefreshOnFileOpen = False

.BackgroundQuery = True

.RefreshStyle = xlInsertDeleteCells

.SavePassword = False

.SaveData = True

.AdjustColumnWidth = True

.RefreshPeriod = 0

.WebSelectionType = xlEntirePage

.WebFormatting = xlWebFormattingNone

.WebPreFormattedTextToColumns = True

.WebConsecutiveDelimitersAsOne = True

.WebSingleBlockTextImport = False

.WebDisableDateRecognition = False

.WebDisableRedirections = False

.Refresh BackgroundQuery:=False

End With

Range("A2").Select

End Sub

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.