D
David
Hi,
I'm using Word 2000(9.0.2720) on XP Pro.
Looking to branch from a sub to another sub based on the value of a
variable, so the code is:
Sub IAorICC()
If vWT = "L" Then InsertAddress
If vWT = "N" Then InsertCC
End Sub
Won't run the sub 'InsertAddress'. What do I do to get it to work, please?
Thank you
I'm using Word 2000(9.0.2720) on XP Pro.
Looking to branch from a sub to another sub based on the value of a
variable, so the code is:
Sub IAorICC()
If vWT = "L" Then InsertAddress
If vWT = "N" Then InsertCC
End Sub
Won't run the sub 'InsertAddress'. What do I do to get it to work, please?
Thank you