Data Validation use causing parts of other sheet to be visible

mikeymay

Well-known Member
Joined
Jan 17, 2006
Messages
1,567
Office Version
  1. 365
Platform
  1. Windows
I am experiencing some activity in a couple of files now where Data Validation is in use.

The files that are experiencing this have the following applied to the visible screen and all other UI screen sin the files
Code:
ActiveWindow.Zoom = True

Application.Goto Range("A1"), True

ActiveSheet.Protect Password:=strPassword

Application.DisplayFullScreen = True
Application.DisplayFormulaBar = False
ActiveWindow.DisplayHeadings = False
ActiveWindow.DisplayWorkbookTabs = False

In the file I am currently experiencing the issue I have a sheet named 'Launch Page' and a 'Product Selection' Page.

When using the data validation cell in 'Product Selection' page, some of the 'Launch Page' cells bleed into the 'Selection Page'

Below is an image of the Launch Page
2virpco.png


This is an image of the Product sheet prior to any interaction with the sheet
iqa33c.png


And below is an image of the Product page as soon as I start to interact with the sheet
x4otgp.jpg



Previously I have used
Code:
Private Sub Worksheet_Change(ByVal Target As Range)

Application.ScreenUpdating = False

Application.ScreenUpdating = True

End Sub
which deals with the problem, but ideally I don't want to have the problem.

TIA
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,202,990
Messages
6,052,949
Members
444,621
Latest member
MIKOLAJ_R

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