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 TouchToneTommy 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: Nuqe
  • Content: Threads
  • Order by date
  1. Nuqe

    copy data from excel into an array

    I have an excel file and would like to manipulate the data and merge a couple of excel files. the only way i know how to do this is to copy all the data from the excel files into an array... manipulate it there and then store it back into an xls. i'm not familiar with accessing data in excel...
  2. Nuqe

    Form Size problems during runtime

    Hey, I've had this problem in a couple of cases, and i dont' know what it is. When i'm editing my form/code, the form displays properly, but when i go to run it, the bottom of the form gets cut off... now you can resize the form and all, but its not professional its buggin me lol. If anybody...
  3. Nuqe

    how to tell if an integer is even or odd

    I'm looking for a way to determine if an integer is even or odd. i'm doing a print procedure and need to take the number of records in a database and half it, then print each half on different pages. This is easy unless you have an odd number. If i can determine if the recordcount is odd then...
  4. Nuqe

    Printing a table from access database

    Hello I need to print some data from an access database, i'm not too sure on how to do it. If it is possible to print from a table in an access database with vb?? that would be great. Or is it better off to try and print from an array. I've used to dialog control before but havn't done...
  5. Nuqe

    Monitor showing black screen

    Hey, just wondering if anybody would know what the problem is. I have a few compaq v700 17" monitors and they just display black screens. they turn on no problem and seem to power up... its not the video card as i've tested that aspect of the problem and all is well there, any help would...
  6. Nuqe

    Finding a file with VB

    Hey, I need to check to see if a file exists in a certain directory. I'm sure there's a way to do this, but i'm not too sure where to find the solution to this. any help would be great. NUQE We all know about the "stupid user" don't we... :)
  7. Nuqe

    strComp function??

    Hey i'm doing a sort using the strComp function... but i'm not getting what i need. I'm sorting from a higher value to a lower one. i'm taking values (integers) out of a database and putting them into a string(array). This is an example of what i'm getting... 69 65 64 109 108 107 this is my...
  8. Nuqe

    W2K pro Not connecting to W2K Server Help :-S

    Here's the SCOOP... I come into work and these 2 guys tell me their computers don't work... hahaha right! I'm running w2k pro for clients and connecting to a w2kserver. For some reason the clients don't get DHCP information and then can't communicate with the server. Just get a message...
  9. Nuqe

    mouse over on a label

    I'm looking to make a label change if the mouse is moved over it... ex) change forecolor, and possibly the mouse pointer to indicate that the user can click the label. i'm sure this can be done, possibly easily, but i dunno how, so i'm askin for some info thanks a bunch Nuqe We all know...
  10. Nuqe

    creating a new access 2000 db with a table

    I'm trying to create a new db and table, but for some reason I'm getting this error "[Microsoft][ODBC driver manager]datasource name not found and no driver specified" i click ok then i get the error "runtime error 91" "object variable or with block variable not...
  11. Nuqe

    how can i get stats of a web site with vb

    I'm writing a program to calculate points for a nhl draft. I wanted to know if it is possible to take the stats off the page into an array, or at least put the text/code into a string wich i can sort through later. If it can't be done, then it almost seems useless to have a program if all...
  12. Nuqe

    Resolution

    I'm programming a web page, and ran into the problem of different client screen resolutions. I'm wondering if there is a script to account for different screen resolutions, so the page looks identicle on all of them. any help would be appreciated. Nuqe
  13. Nuqe

    Configuring Exchange 5.5 for Secure Email

    I'm Currently running Exchange 5.5 on windows 2000 server and have been asked to implement encrypted email. There are 2 sites both running exchange 5.5 on w2k servers. The CA is in one site and certs taken from it at both sites. There is lots of information on exchange with nt 4 and more info...

Part and Inventory Search

Back
Top