C
Charlie Mac
VBA Gerus,
I have a Word macro that presents a toolbar with options to scan the
document for about 300 text patterns (words or parts of words).
Presently these patterns are hardcoded. I need to be able to load
these text patterns and a few values (e.g., font preference) from an
Access database. I will need add, edit, and delete functions. Should
I create a second app (a VB.Net executable) to interface with the
database? How do I pass variables between VBA and VB.Net? Is it
possible/desirable to interface with the database directly from a VBA
toolbar? Should I just go away? Thanks.
Charlie from Texas
I have a Word macro that presents a toolbar with options to scan the
document for about 300 text patterns (words or parts of words).
Presently these patterns are hardcoded. I need to be able to load
these text patterns and a few values (e.g., font preference) from an
Access database. I will need add, edit, and delete functions. Should
I create a second app (a VB.Net executable) to interface with the
database? How do I pass variables between VBA and VB.Net? Is it
possible/desirable to interface with the database directly from a VBA
toolbar? Should I just go away? Thanks.
Charlie from Texas