parameter

  1. C

    Too tricky?

    Hello, I'm struggling for a while with a generic mechanism to assign some short-cuts to methods that are implemented in classes. This is what I have so far: In a class module ("test2"): Private Sub Class_Initialize() Dim var(0 To 1) As Variant var(0) = 5 var(1) = "ThisIsAstring"...
  2. J

    Query with a parameter

    Hi, I have a problem with a query with parameters in MS Excel. I have a database in MS Access where I set up some queries. I want to be able to transfert a result of a query to MS Excel to a pivottable. I did it by getting external data (ms query). I wanted my query to get parameters from a...
  3. T

    Using a qualifier to populate a form (or table?)

    I have a table with several fans. Each fan has one of a few different types (ex. axial, centrifigual, etc). Another table contains the geometry of the fan (ex. diameter, blade details, etc). I want to create a form to allow the user to input this geometric information for each fan. However, I...
  4. 9tanstaafl9

    Query ignores date parameters - works when hardcoded but not as cell reference.

    Please help, or I'm going to have a bald spot (bad for girls)! The following query works fine if I substitute actual dates for the parameters, but if I try to enter dates into fields on the spreadsheet and reference those fields in the query instead, the query completely ignores the dates and...
  5. E

    Function parameters won't work correctly

    Hi eveyone, My question seems to be unique, so far I have failed to find a solution. I call a function from an Excel sheet which gets live data from a stock server. My Function parameters are bid, ask, number of shares sold, number of shares bought, and several other relevant data. The...
  6. T

    Help with a Query Issue

    I'm new to Access and need some help with some data manipulation. I have a database that tracks 8,000 unique individuals' participation in a series of 35 events. Not all individuals will participate in these events. There is one table that holds all of the data. Each of the 35 events has a...
  7. S

    Access reports, unexpected parameter

    While running a report (one which has several groups, and several subreports) I get one parameter I expect ("Enter ID number you wish to report on") as well as a parameter I did not expect to see. It just says "Catalogue". Which is the name of a table which the main report is based on and the...
  8. K

    Want to use Excel2010 cell as primary key parameter for SQLSERVER 2008 query

    I want to use the Connection functionality in Excel 2010 to connect to a SQLSERVER 2008 database and populate column X based upon using a value in Excel column A as the primary key (loop thru the column), but unable to find out how. I have tried (typing in the command text window) select...
  9. B

    Query Parameter Question

    I am using query parameters to pull in information. It is looking at a cell for the value to use, but my question is what do you enter in that cell if you want it to pull everything?? Basically if there is an instance where i dont want to use that criteria for a search? Thanks
  10. K

    Merging Worksheets

    Hello, So, it's been a month since I started VBA excel and I am trying to merge 2 worksheets into an already created new worksheet in the same workbook. Worksheet 1 has 51 columns/parameters Worksheet 2 has 53 columns/parameters They have 42 columns/parameters in common. First row shows the...
  11. J

    custom function parameter assistance

    Hi there, I built a custom function in vba. When called from a cell in excel, I want the parameters to pop up to assist the user as they would for a built-in excel function. Is there a way to do this? Example of kind of function I'm talking about: function test (hello as Integer) As...
  12. S

    Parameter Query Problem in Excel 2007

    Has anyone else had the problem I am having with a parameter query in Excel 2007? I set up a query in MS Query to an external database with the parameters being a start and end date. The results of the query are returned to a PivotTable in Excel. By editing the connection properties, I can...
  13. M

    Null in Parameter Query Form Drop Down

    I have created a Parameter Query Form with 3 drop down criteria fields (1-Product, 2-Failure Mode, 3-Failure Mechanism). The 'row source' for the drop down fields are from another query. The issue I am having is that sometimes one or two of the drop down fields will be left blank. If any of...
  14. L

    Pivot Table: Problem with data connection parameter

    Hello all, I'm having an issue with a data connection in Excel 2007. I've not been able to find a solution anywhere online so I'd be tres grateful if anyone could shed some light on this. SQL Server is involved but I believe the problem is with Excel so apologies if people think I'm posting...
  15. M

    Help me fixing parameters in Pivot query (with chart) !

    Dear all, Please forgive me if i ask too easy question, but i need some help. thx. I m trying to create a pivot query chart based on parameters i enter in excel. as shown in attached screenshot of my pivot chart, i have successfully added parameters and linked them with pivot. So when i...
  16. D

    VBA SearchOrder:= ?? (Show all possible values)

    Cells.Replace What:=UserForm1.TextBox1.Text, _ Replacement:=UserForm1.TextBox2.Text, LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False If I am typing in the above line as part of a VBA Macro in the IDE, intellisense helps me a lot. As soon as I type in "Cells." it shows me all...
  17. S

    MSAccess PassThrough Query to SQL Server with Parameters

    Hello, I have been searching (a lot!) to find a solution to being able to prompt for parameters for a SQL Pass Through query from Access to SQL Server. I found examples using stored procedures on the server but I do not have write access to the server in this case. I don't have create procedure...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top