Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GabKPK

    passing string array into a procedure

    I have problem passing the array into a procedure, is my syntax correct? I am not very familiar with VBA. Function func1(ParamArray array1()) . . . func2(array1()) ' It is a string array. . end Function sub func2(paramArray array2()) . . end sub
  2. GabKPK

    Export Chart from Excel to GIF

    Thanks a lot for the codes, vbMax. So, anyone knows how to write script( say ASP) to run a macro in an excel?
  3. GabKPK

    Export Chart from Excel to GIF

    Hi, I need to create a web page which will show some updated excel charts. The excel files are assumed to be stored at the web server. What should I do? I have no experience in doing this. Is that possible to have some scripts in the HTML to run macros in the excel files? Then inside the...
  4. GabKPK

    Modify DGET Function

    Thanks for the codes. I have modify it so that it can have findall(database as range, outputfield as string, criteria as range) format. Function FindAll(database As Range, outputstring As String, criteria As Range) Dim sOut As String Dim rnglookup As Range Dim counter, inputfield...
  5. GabKPK

    Modify DGET Function

    I need to write a UDF to simulate DGET so that the function will return a string with all the records matched the criteria. For example: =DGETModified(Database,"Name",Criteria) The result will be a cell with value, "Name1, Name2, Name3" Name1, Name2, and Name3 are extracted...
  6. GabKPK

    Insert Excel Chart in Access

    I am a newbie in Access. I need to insert an Excel Chart object into a form in Access 97. Therefore, I created a new form and insert a new Ms Excel Chart object. After that, I went to the object property to enter the "Row Source Type" and "Row Souce". I get a message saying...

Part and Inventory Search

Back
Top