I need to get all the items from a document into an array. I have tried the following code with no luck. (Type mismatch error). Any clue what I'm doing wrong? If I just put the Name & text into a messagebox, it shows what I want, but I can't get it into the array! Thanks!
leslie
Forall i In doc.Items
all(i) = (i.Name + ": " + i.Text)
End Forall
leslie
Forall i In doc.Items
all(i) = (i.Name + ": " + i.Text)
End Forall