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 John Tel 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: *

  • Users: dstrat6
  • Content: Threads
  • Order by date
  1. dstrat6

    Time

    Hi everyone, I need to be pointed in the right direction on how to configure a label to read the current time(Now) but continuously. I have it working with Selection Change but really would like it to update itself with out doing anything. Any pointers would be great! Regards, Dstrat
  2. dstrat6

    Run App as a Service

    Hi everybody, is it possible to run a VBA Application as a Service from WindowsNT 4.0. Regards, dstrat6
  3. dstrat6

    Array counts 1 less than supposed to

    Hi everyone, I have an array that is supposed to get 34 values but is only getting 33. I've tried everything that I can think of would anyone have any suggestions. For i = 1 to 34 Print #FileNum, Cells(44 + i, 3) Next i
  4. dstrat6

    String array into Text File

    Hi Everybody I'm trying to create an array of variables that I get from an OPC Server and put them directly into a text file without have to read from cells on a worksheet, but so far thats the only way I can get it to work. The array goes something like this. For i = 1 to 5 Cells(7 + i, 3)...
  5. dstrat6

    SQL/OPC Servers

    Would anybody have any advice on how too get data from a OPC Server and store it in a SQL Server.
  6. dstrat6

    Creating a Report.

    Hi Everybody, I would like to be able to create a report on a Excel sheet made up of data from a SQL Server. Can anyone point me in the right direction. Thank you in advance. PS. I played around with Pivot's but couldn't get a connection to the local Server. Never worked with before...
  7. dstrat6

    Multiple Tables, Multiple Columns

    Hi Everybody, I'm creating a program in VBA Excel and what I would like to do is make a selection from a drop down list that retrieves data from different tables. The data will come from multiple columns within the tables. I can make this work from one table but one table only. HERE'S SOME CODE...
  8. dstrat6

    Retrieve a DataSet from SQL w/ComboBox

    Hi, Everybody. I'm trying to figure out how to Retrieve a DataSet from a SQL Server with a Combo box, then show the results in multiple txtBox's. I can retrieve the correct info from the server into the combo box, but when I select a paticular object nothing happens. I would like to make the...

Part and Inventory Search

Back
Top