[2005] Remove Upgrade warnings
I got over 100 updgrade warnings in a recent project, mostly because previously a variable was defined as a variant.
I got the same warning every time I used the variable "Couldn't resolve default property of object"
Defining the variable properly solved the problem, but I was left with 100 commented lines saying the same thing.
Is there a secret tip to remove all these warnings comments without manually selecting and deleting?
Re: [2005] Remove Upgrade warnings
if the warnings all say the same thing.. just do a find/replace and "find" the warning message, and "replace" it with an empty string
Re: [2005] Remove Upgrade warnings
I was hoping for something more integrated, like selecting all the warnings in the task list and deleting them from there.