supersp3nce
New Member
- Joined
- Feb 6, 2014
- Messages
- 12
Thanks in advance....
I have a module called meridium and want it to use two other modules and then have a message box. application.run is not working nor am I having success with making another sub like: '(this is an application.run calling the sub from the original module meant to use the other modules)
sub calling()
call other1
call other2
end sub
'this fails
Hope this makes sense, it's kind of simple but I am still a llama with vba.
thanks,
spence
I have a module called meridium and want it to use two other modules and then have a message box. application.run is not working nor am I having success with making another sub like: '(this is an application.run calling the sub from the original module meant to use the other modules)
sub calling()
call other1
call other2
end sub
'this fails
Hope this makes sense, it's kind of simple but I am still a llama with vba.
thanks,
spence