PDA


View Full Version : Reducing work when incorporated VBA into VB pages


libertate
12-06-2005, 06:12 PM
Just a quick note, after you have incorporated VBA modules and such into VB pages a la manual, (http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6) you can set a "generic" module page up to use as the framework.

That is, not each and every page requires a new VBA module page. My VB faq.php and showthread.php uses module page "generic". This will allow single VBA page editing, instead of multiples. I can turn on and off modules on that single module page.

Brian
12-07-2005, 03:45 PM
Maybe it should be made a little clearer, but that's pretty much what the manual says to do. ;)

To start integrating other pages, simply follow steps 5 & 6 with the other files.

libertate
12-07-2005, 10:37 PM
I presumed originally that I need to create a uniqu template page for each.