Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is your question really about "header files"? VBA does not use header files
(that list all functions, their arguments, return types, etc.), because this is just extra work for the programmer and can lead to errors. In C, if a programmer changes the main code file, and forgets to change the header file, then a compile error results. In VBA, you open up the project that has the routines that you want to inspect, then go into the Object Browser (<F2 key in the VBA Editor), select the Library in the Library drop-down combo box, then inspect the methods and properties, as mentioned in a previous post by Peter T. -- Regards, Bill Renaud |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Adding a custom function to the default excel function list | Excel Programming | |||
When I Import an Access Table With an Excel Function in a Cell it Displays as Text not as a Function in Excel | Excel Programming |