visual basic controls not working in web based environment

M

Mike Murschel

I have an Excel spreadsheet with working visual basic
controls that I want to use in FrontPage, but when I save
the Excel spreadsheet as a web page, I lose the
functionality of the visual basic controls. How do I get
the controls to work in the web environment?
 
M

MD WebsUnlimited.com

Hi Mike,

Depending upon what the controls do you may be able to reprogram them using
JavaScript.
 
J

Jim Buyens

I don't believe this is possible. Neither FrontPage nor the Web is a
run-time version of Excel. If you want programmed behavior on the Web, you
have to do it using Web technologies such as JavaScript, ASP, or ASP.NET.

Jim Buyens
Microsoft FrontPage MVP
[email protected]
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Top