I'm needing a chunk of VBA code that I want to use in Word to replicate the functionality that's the same as the "Next Entry" command on Maximizer's toolbar in Word.
Essentially, I want cycle through the list of AddressBook entries in Maximizer from Word and incorporate some add'l VBA code along with it until I'm at the end of the list. I thought I could use the pop-up MsgBox "Reached Botton of List" in a Do ... Loop for exiting the routine but that doesn't look possible. So, now I'm looking for the code to replicate the "Next Entry" command.
Any takers???
- Iris
Some trial and error but was able to figure it out - Iris.
Original Post