pop up window

MetLife

Active Member
Joined
Jul 2, 2012
Messages
288
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

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
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
Sounds like some kind of possible VBA code or Macro, what is the extension of your file?
 
Upvote 0
That sounds like a Data Validation prompt to me. Check the DV settings for the cell.
 
Upvote 0
No, they've been around for a while.
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,207
Members
449,214
Latest member
mr_ordinaryboy

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