I used to do VB and VBA coding, but it's been over 10 years since I've done any VB/VBA work. I used Visual Studio and it had built in code assist to handle the functions available for VBA work. Now I"m a java developer, so I don't have Visual Studio and I need to write some VBA scripts for working with some rtf documents using winword for 2010. I've created a basic script, which I'm running with Cscript.exe off the command line in XP, but it would really help to know what functions I have available to use with my word objects.
I tried going to the Microsoft website, but couldn't find what I was looking for. This seems like something that should be really easy to locate with Google, but hasn't been. I did find some code snippets for various things, but I wanted to know if there was something that shows the api functions for winword outside of Visual Studio? I've used POI, but I need to run the scripts directly through winword, so that isn't an option.
Any ideas on this?
Thanks, James