KenHigg
09-13-2005, 08:28 AM
Is there a way to run a sub from a macro. I see where the 'RunCode' allows you to execute a fuction, but I simply need to run a sub procdure when the database opens... :confused:
|
View Full Version : Rub sub macro action KenHigg 09-13-2005, 08:28 AM Is there a way to run a sub from a macro. I see where the 'RunCode' allows you to execute a fuction, but I simply need to run a sub procdure when the database opens... :confused: FoFa 09-13-2005, 09:06 AM If need this, I usually just create a function that calls the sub. KenHigg 09-13-2005, 09:52 AM I supose I could just make it a function... :) |