pop up window

MetLife

Active Member
Joined
Jul 2, 2012
Messages
330
Office Version
  1. 365
Hi,

I am using an excel document that was created by another person.

It has a feature where a comment like window pops up when I highlight a cell.

I am not familiar with this feature, but I want to delete it. Since I don't know what it is I can't. Does anyone know what the feature could be and how to disable it.

It is not a regular comment.

Thanks
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Right-click on the Sheet tab name at the bottom of the screen and select View Code.
Do you see any VBA code? The one you are looking for probably begins with this line:
Code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
 
Upvote 0
That sounds like a Data Validation prompt to me. Check the DV settings for the cell.
 
Upvote 0
No, I clicked on the sheet and there is no underlying code.

The extention is .xls
 
Upvote 0
That sounds like a Data Validation prompt to me. Check the DV settings for the cell.

Yes it was a data validation prompt. I'm unfamiliar with these they must be a new feature in 2010.

Thanks
 
Upvote 0
No, they've been around for a while.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,263
Members
452,627
Latest member
KitkatToby

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