M
Michael Kellogg
I have a module that formats a table using the "Table.Style" property. It
runs in 2003 and I think it runs find in 2002, as well. However, I have
one or two users who have Word 2000 and it throws a compiler error for
them, it says it does not recognize that "style" member.
Can I either use some sort of pre-compiler "#IF" type statement in
conjunction with the Word 2000 counterpart to "Table.Style" (assuming there
is one), or do this in another way? I'd rather not remove that line
altogether in order to get everyone working.
Thanks in advance for any suggestions.
runs in 2003 and I think it runs find in 2002, as well. However, I have
one or two users who have Word 2000 and it throws a compiler error for
them, it says it does not recognize that "style" member.
Can I either use some sort of pre-compiler "#IF" type statement in
conjunction with the Word 2000 counterpart to "Table.Style" (assuming there
is one), or do this in another way? I'd rather not remove that line
altogether in order to get everyone working.
Thanks in advance for any suggestions.