Thread
:
Check if sheet name is a number
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
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?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy