Hi,
I wrote this test code as part of a module I created for the Northwind
database. However, I was only using this as a test platform. My goal
was to write a program that would take records from SQL server and
import them into the outlook address book. It worked, great.
Now I'd like to run this VBA code independent of the Northwind
database. Understand that I don't have the first idea of what program
I can use to run this VBA code as a standalone module. I'd also like
the program to be able to run on its own power, on a schedule, without
me telling it to run everytime.
Any ideas?
I wrote this test code as part of a module I created for the Northwind
database. However, I was only using this as a test platform. My goal
was to write a program that would take records from SQL server and
import them into the outlook address book. It worked, great.
Now I'd like to run this VBA code independent of the Northwind
database. Understand that I don't have the first idea of what program
I can use to run this VBA code as a standalone module. I'd also like
the program to be able to run on its own power, on a schedule, without
me telling it to run everytime.
Any ideas?
Comment