Adding a note to dimension using a macro

I want to create a macro to add a specific note to selected dimensions. I am using the following:

instance.EditDimensionProperties2(TolType, TolMax, TolMin, TolMaxFit, TolMinFit, UseDocPrec, Precision, ArrowsIn, UseDocArrows, Arrow1, Arrow2, PrefixText, SuffixText, ShowValue, CalloutText1, CalloutText2, CenterText)

My issue is that the syntax above will change the existing tolerances on the selected dimensions. Is there any way to not alter the tolerances and just add the note?

Thanks!

SolidworksParts And Features