reset your project

montecarlo2012

Well-known Member
Joined
Jan 26, 2011
Messages
984
Office Version
  1. 2010
Platform
  1. Windows
Hello all
Now every time when I start to use my IDE after I type sub__() shows up this
1619205498342.png

never happen before
---How can I turn OFF this box.
Please.
Thanks for reading this.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
This message occurs if you try to make certain edits when you enter Debug mode while code is running. Can you give more details about what you are doing when you see this message?
 
Upvote 0
Thank you. Happen every time when I start a code, for example if I open right now as soon as I type sub ___() then show up, then I clip ok, and after if I write anther snipe code then nothing happen.
 
Upvote 0
The VBIDE will retain the state of static, module-level, and global variables when you make some edits to code. Some edits require recompilation, which means resetting. The message box allows you to cancel the edit to retain state if you're in the middle of a complex debug effort.

You can turn off the warning if you like: Tools > Options > General ...
 
Upvote 0

Forum statistics

Threads
1,223,573
Messages
6,173,137
Members
452,501
Latest member
musallam

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