Question about Macro Programming in Word Processor

Z

Z.G.Ji

I want to use the string class property "substring" in the word macro
programming
and it look like:

dim a as string
a = b.substring(1,144) ' here b is another string obtained aforehand.
....

then the compile give the following information:
invalid qualifier.

I wander if I can't use this kind of things in Macro Programming? thank you
very mcuh. :)
 
A

Andy

I would suggest posting this in microsoft.public.office.developer or one of
the other programming newsgroups if just linked to word, excel etc

Andy
 
Top