T
TomorrowsMan
Is there a simple way to add a bookmark reference to a userform popup?
The user selects five ratings of 1-4, which get totaled to the bookmark
CompTot1 when the user clicks a "Validate" command_button on the page.
I would like a UserForm to popup that says, "Your subtotal is
[CompTot1]. Is this a performance review?
At that point the user clicks on command_button YES or NO, which takes
them to one of two different bookmarks.
I have the second half completed; but I'm finding it tricky to get the
CompTot1 bookmark subtotal into the UserForm; there's lots of info on
how to get userform data 'down' to the form, but not 'up' from it, if
that makes sense....
Thanks!
Chris
The user selects five ratings of 1-4, which get totaled to the bookmark
CompTot1 when the user clicks a "Validate" command_button on the page.
I would like a UserForm to popup that says, "Your subtotal is
[CompTot1]. Is this a performance review?
At that point the user clicks on command_button YES or NO, which takes
them to one of two different bookmarks.
I have the second half completed; but I'm finding it tricky to get the
CompTot1 bookmark subtotal into the UserForm; there's lots of info on
how to get userform data 'down' to the form, but not 'up' from it, if
that makes sense....
Thanks!
Chris