View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy Sandy is offline
external usenet poster
 
Posts: 355
Default Programmatically putting text in title without using labels

Hello -

I currently have a solution where people click one of two buttons - one
button will give them a set of questions related to BankA and the other will
give them a set related to BankB. Each sheet (there are 25 of them) has to
have the title of BankA or BankB, depending on what they chose. I currently
have this text put into a label for each title.

Is there a way I can just put the text into a cell and therefore be able to
just link that info via reference to the page the text was originally put in?
In other words, how do I programmatically just put text into a cell, instead
of using a label?

Any help will be greatly appreciated!
--
Sandy