PDA

View Full Version : Customise Auto Quick Info



Belch
01-19-2006, 05:16 AM
Hi all,

I have some subroutines that have as many as 29 arguments, and when I go to call them in my code, the Auto Quick Info popup box appears with the following text:

Run(MacroName As String, [varg1], [varg2], [varg3]....[varg30])

Basically, this is not much help as all it shows is I need to enter up to 30 arguments. It doesn't tell me what they are for the subroutine I am calling (name, data type).

Is there any way to customise this Auto Quick Info popup based on the subroutine being called, so it shows the names of the arguments for that routine? I am guessing there isn't, as if there was VBA would probably do it automatically, but I thought it was worth asking. Also, are there any plugins, etc that would do this?
I can still call the routines ok as I wrote and have access to the subroutines being called, but each time I want to call them I have to go back and check the order of the arguments first. I guess I'm just being lazy! http://vbaexpress.com/forum/images/smilies/001.gif

Thanks,