VBA

D

Darren

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.
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top