View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dajana Dajana is offline
external usenet poster
 
Posts: 1
Default Record Excel 2003 Macro?

I have to record a macro to link two Excel 2003 documents. One document has
four statements and four check boxes so whenever a person checks a box a new
pop up screen has to appear (that is related to the second document) with the
appropriate information. The second document contains information about
these four statements so depending on which statement-check box is chosen the
info that is pertaining to that statement but that is in a different document
must apppear in a form of a pop up screen. I was told that it is possible to
do this by using macros. I do not need the entire document to pop up but
only parts of it.

Thank you