View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
vumian[_43_] vumian[_43_] is offline
external usenet poster
 
Posts: 1
Default How to get sheet from sheet name


hi man, Is this your mean.

SUB GETNAME()
FOR EACH SH IN ACTIVEWORKBOOK.WORKSHEETS
SH.NAME = SH.RANGE(\"A1\").VALUE
NEXT SH
END SUB


--
vumian
------------------------------------------------------------------------
vumian's Profile: http://www.excelforum.com/member.php...o&userid=36494
View this thread: http://www.excelforum.com/showthread...hreadid=567427