Re: Where to start with vbscript? by lionelv
lionelv
Thu Mar 01 17:12:44 CST 2007
Thanks to both replies. Right you are about using VBA. I'm a Java/C++
programmer/developer etc. whatever :). As such I don't really know
much about what VBA is but that's the reference I've been using from
the MSDN. Still struggling to find specific things that I need to do,
but that's what usenet is for when google fails :).
Lionel.
On Mar 1, 2:58 am, "TDM" <rpu...@gmail.com> wrote:
> <lion...@gmail.com> wrote in message
>
> news:1172618763.514273.128440@v33g2000cwv.googlegroups.com...
>
> > Hi all,
>
> > I've been given a small fairly trivial project to automatically
> > perform some operations on a spreadsheet like calculate days from
> > dates and create charts. I've figured vbscript is a good option, I've
> > seen code snippets that can get me most of what I need, but I'm
> > wondering where there is say an API or some sort of users guid that
> > will provide me with the info I need when I come across problems.
>
> > Thanks
>
> > Lionel.
>
> Lionel,
>
> I am guessing you will really be using VBA, not sure why you would
> want to use VBS on a spreadsheet when VBA is available. For VBA,
> I use the help CHM, you can find the CHM in the Office install.
>
> For Office 2003 :
>
> For Excel
> "C:\Program Files\Microsoft Office\OFFICE11\1033\VBAXL10.CHM"
> For PowerPoint
> "C:\Program Files\Microsoft Office\OFFICE11\1033\VBAPP10.CHM"
> For Outlook
> "C:\Program Files\Microsoft Office\OFFICE11\1033\VBAOL11.CHM"
> For Word
> "C:\Program Files\Microsoft Office\OFFICE11\1033\VBAWD10.CHM"
>
> TDM
m