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.

almacenar imagen en un boton

publicado

Buenas noches

Estimados,

llevo ya tiempo tratando de hacer esto y necesito que me den una mano el siguiente codigo me busca un archivo en windows

mi problema es q necesito que lo guarde, no se cual es la propiedad para guardar cuando cierre mi formulario.

Private Sub cmdGetFile_Click()

Dim fd As FileDialog

Dim ffs As FileDialogFilters

Set fd = Application.FileDialog(msoFileDialogOpen)

With fd

Set ffs = .Filters

With ffs

.clear

.add "Pictures", "*.jpg"

End With

.AllowMultiSelect = False

If .show = False Then Exit Sub

Image1.Picture = .SelectedItems(1)

End With

Exit Sub

End Sub

Gracias por la ayuda

Prueba.zip

Featured Replies

publicado

Has formulado la consulta en el foro equivocado, no obstante y por esta vez, comentar que lo que tu quieres debes hacerlo en tiempo de diseño del formulario:

Click derecho sobre el control\Propiedades\imagen

[ATTACH]40166.vB[/ATTACH]

post-46507-145877008128_thumb.jpg

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.