Thread: general syntax
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AskExcel
 
Posts: n/a
Default general syntax

hi all,
hope can clear my doubt here on VB or excel macro. thanks alot.
1) what is difference of public sub and sub?
2) what is private sub
3) what is the difference of private sub and sub?
4) what is modules folder in project?
5) public function means can use in the program?
6) private function means only can use in procedure / module?
6) for function only public function not just function, right?
7) what is ! command for?