I would like to find out if you can use VBA in front Page.

I have created a form but can not see any object in the VBA project explorer.

Re: VBA by Kevin

Kevin
Tue May 31 08:28:21 CDT 2005

Hi Darren,

VBA is "Visual Basic for Applications" which means that it is specifically
designed for extensing applications, such as FrontPage. Now, where you may
be a bit confused is that FrontPage is a development toolkit for web sites.
So, you can certainly use VBA to extend FrontPage as an application, but you
can't use VBA to work on a web application. FrontPage has some tools for
creating web applications, tools that use VBScript, JavaScript, and a couple
of other languages to create web applications that run on ASP, ASP.net or
Windows SharePoint Services (via a web server). So, if you want to create a
web site form handler, you would use one of those.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.

"Darren" <Darren@discussions.microsoft.com> wrote in message
news:11172995-6485-4878-BCB5-B0882757077C@microsoft.com...
>I would like to find out if you can use VBA in front Page.
>
> I have created a form but can not see any object in the VBA project
> explorer.