Form Navigate

AlexanderBB

Well-known Member
Joined
Jul 1, 2009
Messages
2,120
Office Version
  1. 2019
  2. 2010
Platform
  1. Windows
Is there any way to have Navigation buttons (like Access record selectors) on an Excel Form?

I have a Form displaying pictures.. and would like to enable Next-Previous-End. Because the picture uses
the whole Form (and can be dragged smaller/larger) extra controls on the Form aren't ideal as I can't resize them.

Also in Access I can show the picture as it changes size, but in Excel it distorts/flashed white as it moves. Anyone have a fix for that?
I've been able to hide it while it resizes, which is sort of ok but seeing it would be better.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Code:
[COLOR=#333333]Also in Access I can show the picture as it changes size, but in Excel it distorts/flashed white as it moves. Anyone have a fix for that?[/COLOR]
[COLOR=#333333]I've been able to hide it while it resizes, which is sort of ok but seeing it would be better.[/COLOR]

Just before the change of image in your code, paste this line : Application.ScreenUpdating = False

Just after the change of image in your code, paste this line : Application.ScreenUpdating = True
 
Upvote 0

Forum statistics

Threads
1,225,739
Messages
6,186,743
Members
453,370
Latest member
juliewar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top