Dear all,
Pls. help me to find the solution for Dynamic Positions in word.
I have created form with Listbox control to show the bold text in the whole document.
While selecting/double click the listbox item in the userform, the cursor will automatically go to their respective positions.
For example: Let us assume below instances were in the listbox
TextBold1
TextBold2
TextBold3
By clicking the
TextBold2 i.e., the selected word in the listbox will match the word document and the cursor will automatically pointed there.
Code:
UsrfrmMain.lstBold.AddItem strBold(i)
UsrfrmMain.Show
I need help for the placing dynamic positions while clicking the listbox in the userform.
Thanks,
Rangesh