Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Place Results of Query in Text File

    "I need to take the results of the following query and place them in a .CSV file and then e-mail that file to someone else.  Is this possible using DTS...

  • RE: No editing allowed? Excel DSN editing!

    Use the connection property of either a pivotcache or querytable... a little sub like this will list them all for you:

    Sub showconnections()

    Dim pc As PivotCache

    For Each pc In ActiveWorkbook.PivotCaches

        Debug.Print...

Viewing 2 posts - 1 through 3 (of 3 total)