You might try writing VBA code in your workbook:
"ThisWorkbook" object can have an auto open subroutine -
Private Sub Workbook_Open()
...programming stuff including
yoursubroutine 1
yoursubroutine 2
yoursubroutine n...
end sub
I'm attempting to build a table (Schedule) by append querying a table called "Master Question List". I think I need to use code because I want to loop through the operation several times, based on the value of another variable (the new table will be 2x, 3x etc. of the size of the...
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.