View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Noemi Noemi is offline
external usenet poster
 
Posts: 74
Default String over multiple Worksheets

Hi
Example:

Have 2 worksheets which have Public stType as String in General Declaration.

When an option button is selected in worksheet 1 then stType = "Testing"

What I would like is to have the stType = "Testing" be in worksheet 2 as
well. This will cut down on refering back to which option button was selected
in worksheet 1.

I hope this make sense.
Thanks
Noemi