View Single Post
 
Old 02-17-2012, 11:51 AM
viuf viuf is offline Windows XP Office 2007
Novice
 
Join Date: Feb 2012
Posts: 10
viuf is on a distinguished road
Default

Ah ok...

What I need is the hyperlink (or maybe som other kind of action if that will be smarter) in each cell to activate another macro (that has not been build yet). But something where the link (or action-something) activates a sub while sending along the value for "questions" and "answers" .

The different values for the "answers" and "questions" are stored in the arrays with the same name.

**** example sub: ****

sub new_slide(question as string, answer as string)
... generating a new slide and placing the "answer" and "question" in two separate textboxes.
end sub

Thanks...
Reply With Quote