![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For source code browsing of software written in C, java, C++, there are convenient and free source code browsing tools like source navigator. This has been a problem since I started working on VBA. The problem is that VBA source code are not single files like .c, .h, .java. They are embedded inside the .mdb file. I have searched on google but I could not find anything useful on this aspect. Can the more experienced people here recommend any convenient source code browser for VBA, if any? Thank you in advance. |
#3
| |||
| |||
|
|
"Lay" <lightai... (AT) gmail (DOT) com> wrote in message There are two hidden Application methods you ought to know about: SaveAsText and LoadFromText. You can use these like this: |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
For source code browsing of software written in C, java, C++, there are convenient and free source code browsing tools like source navigator. This has been a problem since I started working on VBA. The problem is that VBA source code are not single files like .c, .h, .java. They are embedded inside the .mdb file. I have searched on google but I could not find anything useful on this aspect. Can the more experienced people here recommend any convenient source code browser for VBA, if any? |
#6
| |||
| |||
|
|
You're making the classic computer mistake of confusing logical view, vs. the physical layout on disk. |
#7
| |||
| |||
|
|
On Fri, 2 Jul 2010 00:21:34 -0700 (PDT), Lay <lightai... (AT) gmail (DOT) com wrote: For source code browsing of software written in C, java, C++, there are convenient and free source code browsing tools like source navigator. This has been a problem since I started working on VBA. The problem is that VBA source code are not single files like .c, .h, .java. They are embedded inside the .mdb file. I have searched on google but I could not find anything useful on this aspect. Can the more experienced people here recommend any convenient source code browser for VBA, if any? Not exactly a source code browser but one very nice feature of the free MZTools is the ability to do a find in the code and see a window pop up showing all the locations of that string. *Rather then the built in one which shows the code one at a time. I love this feature as well as the ability to see all the lines of code which refernce the procedure on which I currently have the focus. Lots of other useful features. Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages -http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files * updated seehttp://www.autofeupdater.com/ |

#8
| |||
| |||
|
|
Thank you all for your helpful replies, especially the very long one ![]() |
|
The MZTool is something worth studying. Thank you!! |
![]() |
| Thread Tools | |
| Display Modes | |
| |