I am sorry but I don't understand your question. What I am trying to do is run a macro that contains 2 macros that will run one after the other. In my example I am using same look macro twic just so that I get this feature working and then I can modify the code to run other macros.
Hi,
Thank you for the quick response but it is still now working. Here is my code (I am using same macro twice here just to get this figured out):
Declare Sub Macro1()
Declare Sub Macro2()
Global g_HostSettleTime%
Option Explicit
Sub Main()
macro1
macro2
end sub...
Hi,
What I am trying to accomplish is to have one macro that will run 2 loop macros. I have macro 1 that runs in the loop until it hits blank cell and then exits but I would like to run macro2 after that. Is this something that can be done? I tried to do this by using declare Sub feature but...
Hi,
I am new at writing macro and appologize in advance if I am asking stupid questions. I have a macro that I run to change certain fields in the tables and I need to screen print changes. Currently i have a pause build into my macro so that I can print the screen manually but would like to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.