-
Is there some way to automate creation of a header text
in functions and subroutines, such as:
'***************************************************
'* Date Created : November 04, 1999
'* Original Author:
'* Modified by :
'* Modified Date :
'* Description :
'*
regards
Lennart Johansson
-
Sounds like you'd have to write a VB add-in to do something like that. Unfortunately, I have no experience in this area, but others on this forum do, I'm sure. Anyway, it's something to look into.
-
You are correct, lennart. You need to create an Add-In.
I recently took on a small personal project to get this very thing to happen. I got about 1/2 way and got bored. Perhaps I should start it up again and see if I can get it to work. The process is very easy when you use the Add-In template in the New Projects tab.