Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

vba access and

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » VBA Access and VBA Excel on the web

VBA Access and VBA Excel on the web

ResolvedVersion 2003

Peter has attended:
Excel VBA Advanced course
Access Advanced course
Access VBA course
Access Advanced course

VBA Access and VBA Excel on the web

If I want to activate VAB Access or VBA Excel from a web site, what is the best way to do this? Is it aload of HTML code or is it straightforward?

RE: VBA Access and VBA Excel on the web

Hi Peter

Thanks for your question

Could you clarify your requirements for me please?

Do you wish to access spreadsheets and/or databases from the internet? If so what sort of data are you looking to transfer?

Thanks

Stephen

RE: VBA Access and VBA Excel on the web

Thanks Stephen

I want to be able to post VBA code and Excel spreadsheets onto my web site so that clients can run programs from the web site.

The database will probably be provided by the clients. but demonstrations wil be available from the web site.

Regards

Peter

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Access tip:

Open A Combo Box Automatically

This is helpful if users need to enter large amounts of data. There are two ways to open ComboBoxes when they get the focus by using the tab keys.

When the ComboBox gets focus:

Press Alt + Down Arrow on the keyboard

For it to happen automatically, needs a bit of coding:

1. Add a combo box and a text box control to the form
2. Set the combo box's On Got Focus property to the following event procedure:

Private Sub ComboBoxName _GotFocus()

Me!ComboBoxName.Dropdown

End Sub


3. Open your form in Form View and use the TAB key to make sure it works.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.