Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am new to this. I hope someone here with the expertise can help creating a syntax to perform a query ms sql server in Excel . For example, in my worksheet, there a cell which user will enter the production number and macro will perform an automatic connection to sql server and query the table base on the production number and retrieve the data base on the production alone and place it on the excel sheet. I don't have background in VB code. So please provide me with the syntax that I need to put in. Here's what I want: Step 1: create a connection to sql server (I have server name and database name and user ID and password) . Step 2: perform sql query statement(which I can look up in the MS query window) based on whatever production number that use input in cell A1 for example. Step 3: return the query result data starting in cell A2 Step 4: close the connection. Please give the syntax for every steps and where should I put all the code in worksheet vba screen. Thanks! -- canix ------------------------------------------------------------------------ canix's Profile: http://www.excelforum.com/member.php...o&userid=25962 View this thread: http://www.excelforum.com/showthread...hreadid=394289 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel with SQL Query (*.sql) and SQL Server | Excel Discussion (Misc queries) | |||
Query SQL Server from Excel | Excel Worksheet Functions | |||
How do I run a SQL query against a MS SQL Server database from exc | Excel Discussion (Misc queries) | |||
Query SQL Server | Excel Programming |