
Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
>I am working on application that uses "WordBasic" method calls.
> One of the call it uses is "CountMacros".
[quoted text clipped - 16 lines]
>
> Thanks in advance.
Hi Jonathan,
Thank you for the information.
Where can I get such information regarding "WordBasic" calls and its
present functionality? Because my clients application code uses a lot of
"WordBasic" calls and the breaks when tested with Office > 97.
OR
Where can I find information regarding equivalent calls in VBA.?
Regards,
Uday.
> Hi Uday,
>
[quoted text clipped - 23 lines]
> >
> > Thanks in advance.
Peter - 13 Dec 2004 17:50 GMT
Not to steal Jonathan's thunder, but I've done quite a bit of WordBasic conversion recently and I found the following MSDN page that lists WordBasic-to-VBA conversions to be quite helpful:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/html/wo
howWordBasicEquivalents.asp
Watch for line breaks.
IIRC, I found that URL from w/in VBA help in Word. I think I hit F1 while highlighting a WordBasic statement, and got to the URL a couple of steps later.
hth,
-Peter
> Hi Jonathan,
>
[quoted text clipped - 15 lines]
> >
> > I'm not aware of any reliable way of counting macros.
Helmut Weber - 13 Dec 2004 18:00 GMT
Hi Uday,
there is plenty of information in the VBA-Help.
Just search help for "Visual Basic".
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
Uday - 14 Dec 2004 04:23 GMT
Hi,
Thank you for the answers.
I shall try out at the conversion process and get back if anthing in need.
Regards,
Uday.
> Hi Uday,
>
[quoted text clipped - 6 lines]
> Word XP, Win 98
> http://word.mvps.org/
Howard Kaikow - 15 Dec 2004 05:43 GMT
See http://www.standards.com/index.html?WordBasic2VBA

Signature
http://www.standards.com/; See Howard Kaikow's web site.
> Hi Jonathan,
>
[quoted text clipped - 36 lines]
> > >
> > > Thanks in advance.
Uday - 15 Dec 2004 11:03 GMT
Thank you, Howard kaikow.
> See http://www.standards.com/index.html?WordBasic2VBA
>
[quoted text clipped - 41 lines]
> > > >
> > > > Thanks in advance.
Jonathan West - 15 Dec 2004 15:09 GMT
Hi Uday
> Hi Jonathan,
>
[quoted text clipped - 3 lines]
> present functionality? Because my clients application code uses a lot of
> "WordBasic" calls and the breaks when tested with Office > 97.
Take a look here
Most of the WordBasic methods are simply the old WordBasic commands
> OR
> Where can I find information regarding equivalent calls in VBA.?
[quoted text clipped - 32 lines]
>> >
>> > Thanks in advance.
Jonathan West - 15 Dec 2004 15:13 GMT
> Hi Jonathan,
>
[quoted text clipped - 5 lines]
> OR
> Where can I find information regarding equivalent calls in VBA.?
These articles will help
Making the transition from WordBasic to VBA
http://word.mvps.org/FAQs/MacrosVBA/WordBasicToVBA.htm
Useful WordBasic commands that have no VBA equivalent
http://word.mvps.org/FAQs/MacrosVBA/WordBasicCommands.htm
The methods of the WordBasic object are mainly the WordBasic command from
Word 95. The second of the articles contains a link to a location on the
Microsoft website where you can download the Word 95 Wordbasic Help file.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup