E
Edward
Hi Everybody,
Is there a way of changing tag values beside using (.Add) method over and
over again?
like
osld.Tags.Add "Region", "USA"
if I want to change the value of Region tag from "USA" to "Europe" , it
seems the only way possibile is to use the following code
osld.Tags.Add "Region", "Europe"
Because the tag name is the same fortunately VBA doesn't add a new tag , but
it changes the tag index (if I have 4 tags attached to the slide , when I use
add method to change any of the values , that specific tag index goes to the
end of the list, in this case 4 )
Is there a way of changing tag values beside using (.Add) method over and
over again?
like
osld.Tags.Add "Region", "USA"
if I want to change the value of Region tag from "USA" to "Europe" , it
seems the only way possibile is to use the following code
osld.Tags.Add "Region", "Europe"
Because the tag name is the same fortunately VBA doesn't add a new tag , but
it changes the tag index (if I have 4 tags attached to the slide , when I use
add method to change any of the values , that specific tag index goes to the
end of the list, in this case 4 )