View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Check if sheet name is a number

if isnumeric(activesheet.name) then

--
Regards,
Tom Ogilvy

"linglc" wrote in message
...
Does anyone knows of VB to check if the name of the tab is a number?