View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Function Delcarations

Really? Normally you see Subs and Functions with neither declared.

If undeclared, it defaults to Public.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"ExcelMonkey" wrote in message
...
I have comes across some code that has functions that have
not bee declared as either private or public. What does
this mean? Is this old syntax or is there a difference
bewteen this and private/public.

Thanks