View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Check if sheet's name is a number


IsNumeric(Sheets(1).Name)


"linglc" wrote:

Can someone help with VB to test if a tab's name is a number? Thanks for any
help.