Search:

Type: Posts; User: sentinelace

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,358

    Re: Pull data from Txt file?

    is form view the best option I want to make it look similar to an excel sheet?
  2. Replies
    9
    Views
    1,358

    Re: Pull data from Txt file?

    I see two boxes of code. None that specify where the txt file actually resides. Also I need this in form view or any clean view to display on a monitor. A console window will not work.
  3. Replies
    9
    Views
    1,358

    Re: Pull data from Txt file?

    I honestly have no clue how tO do that. Any chance you can provide code?
  4. Replies
    5
    Views
    1,362

    Re: How do I call a program ? Create Button

    It seems I need to write the commands in a PS1 script and then call the script. Maybe that would be easier?

    A powershell script like this:


    Add-SPSolution c:\bin\CustomerSiteSearch.wsp...
  5. Replies
    9
    Views
    1,358

    Re: Pull data from Txt file?

    Here is an example of the txt. I want to lay this out as if it where in excel so I can do conditional formatting, etc.
  6. Replies
    9
    Views
    1,358

    Pull data from Txt file?

    I have a file that gets copied every second over network to update a txt file located at c:\folder\data.txt.

    The txt file contains data like:


    name
    serial
    in
    out
    test
  7. Replies
    12
    Views
    2,858

    Re: Code to open containing folder?

    Correct this is what I am looking for. I know it's an example. I am just saying in the previous example, not matter what I typed in the txt box, I would still get open folder of c:\windows
  8. Replies
    12
    Views
    2,858

    Re: Code to open containing folder?

    That will open windows. How do I make it open the folder of the entered text? I want to enter text into the text box. This text box should look at c:\serials\serial#. If exist, open folder, if...
  9. Replies
    12
    Views
    2,858

    Re: Code to open containing folder?

    I am sure I am. I am still learning and a far away from being an expert. Here is my button


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;...
  10. Replies
    12
    Views
    2,858

    Re: Code to open containing folder?

    When I type in the serial number it's just opening C:. It should open the folder on the c:\serialnumber

    http://img94.imageshack.us/img94/9884/screenshotymn.png
  11. Replies
    12
    Views
    2,858

    Code to open containing folder?

    I have a ton of folders in a folder called "stuff". I have the folders inside this folder named by serial number. I want to be able to type in the serial number and browse the folder, if exists,...
  12. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    sorry man. I need the text and numbers. Take your time. I'm no coder and I appreciate the help
  13. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Still cannot get it to work. All pasted under thisworkbook


    Option Explicit
    Option Base 1
    Dim nextTick

    Private Sub Workbook_Open()

    Call ThisWorkbook.prTurnOn
  14. Replies
    5
    Views
    1,362

    Re: How do I call a program ? Create Button

    I am able to call poweshell but now do I prompt and say "Enter WSP file name", then excute the stsadm command?


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;...
  15. Replies
    5
    Views
    1,362

    Re: How do I call a program ? Create Button

    bump
  16. Replies
    5
    Views
    1,362

    Re: How do I call a program ? Create Button

    can you give me an example from what I want from above? I need to call powershell, then run two different commands and I do NOT want to see a powershell window. I just want a messagebox showing me...
  17. Re: Another process is using this file when saving a bitmap

    Any chance you can give me an example olfrin above?
  18. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    I only pasted the bottom code. I assume I paste just the one section above and the last one together?
  19. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Oh I see. I need to put the top portion you posted in module 1? The the bottom code in thisworkbook ?
  20. Replies
    5
    Views
    1,362

    How do I call a program ? Create Button

    I am trying to write a program to browse to a WSP file and then run the STSADM to make it easier to add solutions to our sharepoint site. The STSADMN is located in c:\program files\common...
  21. Re: I want to use Sockets to listen for scale weight

    You're going to have that regardless. What happens if the server craps out? Same thing....You fix it. How else are you going to get the data you need?
  22. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Your code works but when I change this line, I get subscript out of range.

    arrChecks(2) = Array("$AJ$21", ">", 5, RGB(0, 255, 0), True)

    When every I change any of these I get that error.
  23. Re: I want to use Sockets to listen for scale weight

    You can still use serial. I am doing it. The scale is physically plugged into the serial port but then the listener is set to the IP of the pc. Then you simply point the other computers to the IP...
  24. Re: I want to use Sockets to listen for scale weight

    Now that's interesting. Why not just connect the serial into the pc? and have the pc give you the weight? I assume you have it recorded back to a database?
  25. Re: I want to use Sockets to listen for scale weight

    What industry are you in? I assume the scale connects via serial?
  26. Replies
    2
    Views
    803

    tips on beginner for C#

    I am the type of person that loves to learn new things. I'm a current server/network engineer and everyone is telling me if you want to learn code that C# is the way to go. What books do you guys...
  27. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Will test the code. Thanks so much
  28. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    I do appreciate all the help and I understand if you guys don't want to get crazy with all that code but how can I get this done?
  29. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Okay but how do I do that? What code is used? I need to have the option to change different colors. I may want a cell to be green and not red. Also what do I do about the conditional formatting? ...
  30. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    what are my options?
  31. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    Perfect. I think I have just what I need. I found the color value table to make them change. Thanks for helping me. I would have done this a totally different and harder way. I did notice that I...
  32. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    couple of questions. First thank you for the code. Second what if I want it to change color based off a name change like if cell = "stuff" ?

    Second, how do I assinged this code to an individual...
  33. Replies
    23
    Views
    1,619

    Re: Flash cell > number ?

    I just need it to flash until the number goes below the number I specify. So how would the code look?
  34. Replies
    23
    Views
    1,619

    Flash cell > number ?

    I need to flash a cell red if it is greater than a number. I need to set multiple cells to do this. I have forumla pointing to a DDE datasource that constantly updates the cell.
  35. Re: VB script to create windows share and mapped drive

    I found a script in powershell that does the job but then wscript can't call a ps1 file which I need it to do. The script above works as for mapping a drive and calling the program, but I need it to...
  36. Re: VB script to create windows share and mapped drive

    bump. Anyone?
  37. VB script to create windows share and mapped drive

    I have a script that works perfect for mapping a drive X: to a share that is always created. I want to use %computername% but it won't accept it. My goal is to have a logon script and I am mapping...
  38. Upload a File to a SharePoint Document Library

    I just want to start out and explain to everyone I am not a programmer or intend to be one. At the same time, I don't mind learning something new. Bascially after intergrating to sharepoint 2010 it...
  39. Replies
    51
    Views
    3,296

    Re: VB code not updating Excel Sheet 1

    Okay here is what I have now:


    Option Explicit
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Private Sub pause()
    Dim pause As Worksheet
    Do
    For Each...
  40. Replies
    3
    Views
    714

    Re: Keep Track of Inventory?

    I have a 2008 R2 SQL server. How would I go about in getting this setup?
Results 1 to 40 of 89
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width