Form Navigate

AlexanderBB

Well-known Member
Joined
Jul 1, 2009
Messages
1,835
Office Version
  1. 2019
  2. 2016
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

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
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,214,620
Messages
6,120,559
Members
448,970
Latest member
kennimack

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