javascript Programming Glossary: thisdiff
How can I use JavaScript within an Excel macro? http://stackoverflow.com/questions/848246/how-can-i-use-javascript-within-an-excel-macro As Range ByRef DeltaRange As Range Dim idiff As Long Dim thisDiff As Variant Dim diffop As String Dim difftext As String difftext.. OriginalValue NewValue For idiff 0 To UBound diffs thisDiff diffs idiff difftext difftext thisDiff 1 Next End If You have.. 0 To UBound diffs thisDiff diffs idiff difftext difftext thisDiff 1 Next End If You have to set the value before starting the..
|