J
Jason Logue
Hey, I posted this at the vba for beginners list, but I am
going to post it here just in case. Plus, I am just
putting the basics down.
This code retrieves bookmarked information and puts it in
the textbox located on a userform:
UserForm2.TextBox17.Text = source.Bookmarks
("Chapter3_1").Range
This code is in a series of userforms, but the user would
like to use this function when not using the userforms.
They would like to click a button on a toolbar and insert
the same type of information (over 100 bookmarked
sections) into any place where there cursor is located,
specifically if they forgot to insert some information
after they are finished filling out the userforms.
I am not sure how to create code that can retrieve the
same type of information into wherever there cursor is
located. Any help would be much appreciated.
Thanks,
Jason
going to post it here just in case. Plus, I am just
putting the basics down.
This code retrieves bookmarked information and puts it in
the textbox located on a userform:
UserForm2.TextBox17.Text = source.Bookmarks
("Chapter3_1").Range
This code is in a series of userforms, but the user would
like to use this function when not using the userforms.
They would like to click a button on a toolbar and insert
the same type of information (over 100 bookmarked
sections) into any place where there cursor is located,
specifically if they forgot to insert some information
after they are finished filling out the userforms.
I am not sure how to create code that can retrieve the
same type of information into wherever there cursor is
located. Any help would be much appreciated.
Thanks,
Jason