View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jason jason is offline
external usenet poster
 
Posts: 104
Default late binding onto Word problem

A macro uses late binding to get hold of various Word documents and
then creates various letters
If the user is using Word 2000 then everything is ok, if the user has
Word 97 them the documents appear but the application has no toolbars
and it's impossible to print them out !!

Any ideas? Maybe I could limit the binding so it'll only bind onto
word 2000 and a message box will appear if it's an earlier version and
the user will just have to suffer and get the later version installed;
how would i do this?

Or maybe someone has run into this problem before

Any help greatly apprteciated

Jason