Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • XML and Excel

    Hi everyone, I have had a Dutch article on XML and Excel on my site for quite some time now, but never got round to translating the thing into English. Well, yesterday I found a bit of time during a long train-ride, so here it is: XML And Excel From the intro: Microsoft Office 2003 Professional was the...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Thu, Nov 20 2008
  • Creating Classes from Access Tables

    As I mentioned earlier, I want to develop a framework generating app to create some of the code necessary to read and write to and from an Access database. This is iteration 1 of about 100. Start with this table in Access Set a reference (Tools - References) to Microsoft ActiveX Data Objects 2.8 Library...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Sat, Nov 15 2008
  • Lessons in SQL

    Here's some code I have to generate a SQL statement Public Function BuildRepSQL(ByRef clsRepLine As CRepLine, eType As aiDBStatus) As String       Dim sReturn As String       With clsRepLine         Select Case eType        ...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Fri, Nov 14 2008
  • Excel 2007 - Getting External Data

    On of the most visited parts of my web site is the part on external data. Most of it was based on Excel 2003 and before, so I thought I should update it for Excel 2007. INTRODUCTION The first thing you will notice about 2007 is the ease in which you can find the data 'movement' tools. Now, say...
    Posted to Nick Hodge's Excel Blog (Weblog) by Nick Hodge on Tue, Nov 4 2008
  • Microsoft OLE DB Provider for OLAP Services 8.0 - Connect Error

    This was my input: Data > Import External Data > New Database Query > OLAP Cubes > New Data Source Using Microsoft OLE DB Provider for OLAP Services 8.0 to connect to a HTTP server (Analysis server) This was the outcome: Unable to open connection. A connection with the server cannot be established...
    Posted to Data Exchange (Forum) by kellynkts on Wed, Oct 15 2008
  • Create a QueryTable from an Excel Source in VBA

    Elton is trying to create a QueryTable based on a named range in a closed Excel file. When the code tries to refresh the QueryTable object, he gets an SQL Syntax Error message. Although he's sure his SQL syntax is correct, it's almost certainly not. The syntax you get from the macro [...]
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Tue, Jun 24 2008
  • Re: Display the Edit Query Dialog

    Hi Sam, Yes, that sounds like a lot of effort. Lifting a finger and all... You could code something that retrieves data from the other workbook without using the query editor. Basically an Open-Copy-Paste-Close action would do the trick. A userform could be used to create some flexibility for parameter...
    Posted to Data Exchange (Forum) by Rembo on Wed, May 21 2008
  • Re: Display the Edit Query Dialog

    Hi Rembo, Thanks for your post. Let me give you a brief background about the probelm The file that I am sending to my client already has a sheet which is getting data from an external file. Now my client thinks its too much of an effort to right click on a cell containing the data and then click on Edit...
    Posted to Data Exchange (Forum) by sam on Wed, May 21 2008
  • Re: Display the Edit Query Dialog

    Hi Sam, You could store the query (.dqy file) and use the following: Sub StartQry() Call Shell("Drive:\PathTo\msqry32.exe Drive:\PathToQry\YourQuery.dqy", 1) End Sub Haven't tested it under Windows Vista though. Rembo
    Posted to Data Exchange (Forum) by Rembo on Tue, May 20 2008
  • Display the Edit Query Dialog

    I have a query on a sheet (pulling Data from another Excel File). I want to display the Edit Query Dialog whenever the user Activates the sheet. 1) I dont want to use the Sendkeys method 2) I have tried the below code in the Worksheet_Activate event and It errors out for some reason.... Private Sub Worksheet_Activate...
    Posted to Data Exchange (Forum) by sam on Sun, May 18 2008
Page 1 of 3 (22 items) 1 2 3 Next >
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.