Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interactive Html pages using VBA ?

Status
Not open for further replies.

Benouche

Programmer
Aug 6, 2002
48
FR
Is it possible to create interactive Web pages using VBA ??

Let's say the first task is to create a report with a button allowing to refresh it.

Any exemple (button, refreshing) is hotly welcome !!!

Thanks,
Benoit
 
Using macros you can create a form with refresh button. In that form you can write code for refreshing the report.

By running that macro you will get that form with button. By clicking the button you can refresh your report.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top