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.

Abrir una pagina web 1 sola vez

publicado

hola a todos, necesitaria si me podrian ayudar en lo siguiente, tengo una macro que me abre una cantidad "x" de paginas web, a veces se cierran algunas de ellas, y lo que necesitaria es, si hay alguna forma de que, al presionar el commandbutton me identifique si la pagina que va a abrir se encuentra abierta o no, en el caso de que se encuentre abierta que no lo haga nuevamente de lo contrario que la abra.

gracias

saludos

Featured Replies

publicado
  • Autor

hola, por si no se entendio, tengo lo siguiente, y lo que quiero es que, si detecta que yahoo esta abierta, y presiono el commadbutton este no me la abra nuevamente

Private Sub CommandButton1_Click()

Dim ie As Object

Dim PaginaWeb As String

'cambiar por tu pagina web

PaginaWeb = "Yahoo Argentina"

Set ie = CreateObject("InternetExplorer.Application")

ie.navigate PaginaWeb

Do While Not ie.busy

DoEvents

Loop

ie.Visible = True

'si se quiere cerrar la ventana

'ie.quit

Set ie = Nothing

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.