Don't worry I found what I was looking for using RunMacro.



Registered forum members do not see this ad.
I'm not sure if I have used the correct terminology here, but anyway; what I want to do is creat a form that will execute two of my macros that are in the same project, and have already been created.
My form is laid out with the two buttons and label, and all that is required is for me to add the code to the two buttons that will call the subs.



Don't worry I found what I was looking for using RunMacro.
Also I might add, you can call a subroutine by using CALL YOURSUBROUTINE within the sub on the form. You can also (if you are calling a function - returns some value - instead of a sub)
ie iInteger = YOURFUNCTIONTHATRETURNSANINTEGER
Bookmarks