T
Terry
Anyone know how I can convert a Word 2000 macro into VB6.0 or .Net exe
Jonathan West said:Hi Terry,
Perry's response is correct as far as VB6 is concerned. For VB.NET there may
be more changes you need to make, as there are rather more changes in the
syntax. For instance
- By default paramaters are passed by value rather than by reference
- Integer is now called Short, and Long is now called Integer
- You have to put parentheses round the list of arguments when you make a
subroutine call
--
Regards
Jonathan West - Word MVP
http://www.multilinker.com
Please reply to the newsgroup