L
laiseng
i wanted to use this Find.Execute method but it requires me to have ref
missing.
but inorder to use missing i need to include using System.Type namespace
my VS2005 (with VSTO2005SE installed) dont allow me to add using
System.Type.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if (rng.Find.Execute(ref findText,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing))
{
missing.
but inorder to use missing i need to include using System.Type namespace
my VS2005 (with VSTO2005SE installed) dont allow me to add using
System.Type.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if (rng.Find.Execute(ref findText,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing))
{