Oct 17, 2002 #1 Benouche Programmer Joined Aug 6, 2002 Messages 48 Location 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
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
Nov 29, 2002 #2 nimmy99 Technical User Joined Oct 16, 2002 Messages 178 Location US 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. Upvote 0 Downvote
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.