cells and sheets, names

P

PH NEWS

Hi,

Could anyone tell me , if possible, how to make a sheet name appear in a
selected cell? For example the name of my sheet is Smith, John and I would
like to appear in, say, A1

Thanks,

Ste
 
C

CLR

=MID(CELL("filename",D1),FIND("]",CELL("filename",D1),1)+1,99)

Vaya con Dios,
Chuck, CABGx3
 
P

PH NEWS

Much obliged, cheers guys


CLR said:
=MID(CELL("filename",D1),FIND("]",CELL("filename",D1),1)+1,99)

Vaya con Dios,
Chuck, CABGx3



PH NEWS said:
Hi,

Could anyone tell me , if possible, how to make a sheet name appear in a
selected cell? For example the name of my sheet is Smith, John and I would
like to appear in, say, A1

Thanks,

Ste
 
Top