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
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
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)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.