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

    Excel: Summary 3 Data Sets

    I have 3 sets of data. Each data set has 2 columns, Time and Thrust. I want to sum the results, but the times are different for each. Here is sample data (comma delimited): Time, Thrust (N), Time, Thrust (N), Time, Thrust (N) 0, 0, 0, 0, 0, 0 0.016, 4.086, 0.009, 2.078, 0.027, 0.975 0.023...
  2. GGleason

    MS Excel PDF Link: Go To a Specific Page

    Is it possible to have a link within Excel to go to a specific page within a .pdf document? I can bring up the document ok. The .pdf is on my local drive. TIA, GGleason
  3. GGleason

    Field0 AS Column: How To Change

    I have a field that is called "DETAIL", which looks fine if I look at is as a table. However, in a query it turns to "Field0". Why does Access do that and how can I fix it? TIA, GGleason
  4. GGleason

    Extracting Graphics Card Info: Possible?

    Has anyone used vbscript to output graphics card data (e.g., card type and memory) to an ASCII file? I would like to integrate that code into my current script that gives me the PC name, MAC address, etc. TIA, GGleason
  5. GGleason

    File Formats: AutoCAD 2004 & AutoCAD 2006

    Does anyone know if there is any difference between file formats for AutoCAD 2004 and 2006? Or are the differences in functionality only? Also, do people like 2006 over 2004? Are there any administrative issues between the 2 versions? Thanks, GGleason
  6. GGleason

    Batch Plot

    I have a .bp3 file (batch plot file) that I want to automate the execution. That is a program that will call the batch plot executable with the .bp3, run it, then exit. It sounds simple, but the batch plot help is limited. Has anyone done this? tia, GGleason
  7. GGleason

    Word: A Link that Opens a File but Not via the Main Association

    Is it possible to have a link within Word where you can open a file with another application? Suppose you have a file with a .reg extension. If you created a link to that file it would want to run the file into the registry. But what if you wanted a link to open it in Notepad? That is what I...
  8. GGleason

    .vbs Exit Status in .Bat File

    I hope I am in the correct forum to ask this question. How do I capture the exit status of a .vbs script in a .bat file? Does anyone know the syntax for that? Just so I am clear, the .vbs script is being invoked from the .bat file. tia, GGleason
  9. GGleason

    .exe Error on Network: Where to Look Next

    I am new to VB.NET. I have an application on a network with full permissions. I have run an .msi file for a user for full trust for the executable. Yet it fails. As is the familiar story, when the executable resides on the user's machine, it works like it is supposed to. The executable is...
  10. GGleason

    Slow WAN: Need Metrics

    This is my cry for help. My function in the company where I work (and I have been working here less than 3 months) is a system administrator for a software suite. I am not a network guy and know only a little about them. I am not sure I am even posting this in the correct forum! We are going...
  11. GGleason

    Excel: Output File Has Unwanted Quotes

    I have a routine that is writing to a batch file that will be called later by the program. The problem is that the batch file has unwanted quotes. If I look at the string to be output in the immediate window it is exactly how I want it. However, when the output is to a file, I get additional...
  12. GGleason

    Not Getting a "Save As" dialog

    I am not getting a "Save As" dialog when selecting this under the File menu. I suspect a registry setting has gone awry. Any thoughts on a fix? tia, GGleason
  13. GGleason

    Word 2002: Environment Variable Field in Doc

    Is there a way to set a field to display the contents of an environment variable in Word? tia, GGleason
  14. GGleason

    WinXP SysTray Time Display

    Is there a way to display seconds in the time display without resorting to a program? I am looking for a registry tweak. tia, GGleason
  15. GGleason

    Shared Outlook Calendar

    My desire is to have a shared calendar for my wife and I to use. We both have separate logon account in Win 2000 Pro using the same computer. We use AOL as our email so there are no email issues to wade through, at least with regard to Outlook. Is this possible? tia, GGleason
  16. GGleason

    VB 6 v. VB .NET

    Ok. So what's the difference between VB6 and VB .NET (aside from more sales for that Redmond, WA based software giant)? If I get VB .NET, what should I focus on learning? GGleason
  17. GGleason

    Generic Question: Which is better to learn - C++ or C#

    All, I have the opportunity to begin learning the C code. I do not know if I should start with MS Visual C++ or C#. I currently understand VB and VBA. Are there any opinions? TIA, GGleason
  18. GGleason

    .Bat Question: Setting Current Folder Variable

    I have a batch file where I want it to set a variable from the current folder path. For example, if the current folder the batch is running in is: C:\Temp\Applications A variable would be set to equal “Applications” via the “set” command. Is this possible? tia, GGleason
  19. GGleason

    InStrRev Function Does Not Work

    I am using Access 2000 and wrote a query where I used the InStrRev function and it does not work. I get a message that says "Undefined function 'InStrRev' in expression. (3085)" but when I try using the function in the immediate window it works. What's going on? TIA, GGleason
  20. GGleason

    A2K Dir() Function: It Works/It Works Me Not

    I am using the Dir() function in a query in an mdb converted from A97 (Win NT SP6) to A2000 SR-1 (W2K SP4). I get an error when I run the query that states "Undefined function 'Dir' in expression." When I go to the immediate window and do a ?Dir(), I get data and no error. The query...

Part and Inventory Search

Back
Top