Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
What sort of mechanism would you be using to find the word "test" in your ppt? Is that an input box, or the Find feature? And where would you invke it? At design time or run time?
I use an input box to input the words which will be searched in a ppt file. when I click the START button. The ppt file should be open and the search results should be highlight automatically. Now I only can change the font color of the search results. I do not know if it is possible to highlight the search results in ppt file.