On Feb 21, 8:38 am, Paul Clement
<UseAdddressAtEndofMess...@swspectrum.com> wrote:
> ¤ I have created a VBA application in PowerPoint that concludes with a
> ¤ comma-delimited text string as output. I would like to place an ADO
[quoted text clipped - 8 lines]
> ~~~~
> Microsoft MVP (Visual Basic)
I went about solving the problem a different way. I discovered the
needed ADO commands, then wrote what I needed to the MS Access table
-- the comma delimited string was nothing more than a compilation of
the variables that I was writing to the table anyway.
Thanks for asking!