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 Chriss Miller 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: hankm3
  • Content: Threads
  • Order by date
  1. hankm3

    Run Procomm over ADSL

    Hello, I want to connect to a Unix Server using an ADSL Internet Connection. This is for a Future Job, so I have no way of playing with it at this Time; but just need to know: Is It Possible ? What Steps would have to be Taken ? Thanks Hank
  2. hankm3

    Playback WAV File on Win 2000

    Hello, I'm working on a Script that sends Inquiry Messages ( Phone Numbers ) to a Remote Database and Captures the Data. No problem there; but I have to send about 1300 Inquiries which takes about 10 or more Hours. I have figured out how to get the PC to Call my Cell Phone when it has completed...
  3. hankm3

    MODULUS Assignment

    Hello, I need to divide a number and get the remainder using the Modulus Assignment operator. % or %= but have not been able to get it to work. Anyone use this operator. Thanks
  4. hankm3

    Dialup and Telnet

    Hello, Is it possible to perform a Dialup connection from a Script and then perform a Telnet once the Connection is Made ?? Thanks
  5. hankm3

    ISNUMBER always returns Double

    Hello, New to VBA in Excel. When I use the IsNumber it always returns a Double for a Number, whether it's 5, 5.01 or 500. It seems that this is always the case. Is there a work around. I'm attempting a DDE Operation from Procomm Plus to find out what's in the Active Cell. Thanks in Advance.. Hank
  6. hankm3

    Using InStr on a Time Cell

    Hello, I'm trying to use InStr on a Active cell that Contains a TimeStamp. I'm looking for the First position of a Colon. ":" Dim Ti As Variant Dim C As Integer Ti = ActiveCell.Value() C = Instr(1, Ti, ":", 1) MsgBox (C) Thanks
  7. hankm3

    Hello, Quite New to VB. My probl

    Hello, Quite New to VB. My problemis that I can't seem to use the Worksheet Functions (IE: IsText() ). My problem probably lies between the Keyboard and the Chair. Any ideas ?? Hank
  8. hankm3

    Using a Comma in PW Clipboard

    Maybe someone has a work around for this.. I created a Clipboard using the Textpad Editor. There are several lines in the file that look like this: RTS:UNIT,7,UCL When I open the Clipboard in Procomm, the Clipboard Viewer shows this: RTS:UNIT 7 UCL It appears that the Comma is acting like a...
  9. hankm3

    Sending a File to LPT Printer

    Hello, Does anyone have a Script that shows how to send a Text File to a Local (LPT1) Printer ?? Thanks Hank
  10. hankm3

    DDE From Excel

    Hello, I'm looking for an Example of Using DDE to export Integers and Strings FROM Excel to Another Application. Thanks
  11. hankm3

    #Include File Example

    Hello, I'm attempting to Create an #Include <file.inc> that will Define some Variables and Contain some Functions. Does anyone have any Examples that they could Post. Thanks Hank camphm@bellsouth.net
  12. hankm3

    Counting / Collecting Unique Entries in a File

    Hello, I'm attempting to Create a Script can open a Text that has been formatted with data and then collecting and counting each entry type and then sending them to a New Text file. Note that each Line is Constant so using the FSEEK Family of commands will work. If this can't be done, will...
  13. hankm3

    WIN XP \ Linux and Procomm 4.8

    Hello, Does anyone know if Procomm Plus 4.8 will Load / Work on a Linux System. Since Win XP is Taking over the World, I may have to go back to a Unix Type System to get any work done. If PC 4.8 will load on WIN XP in a Custom Install, has anyone got this to work with any Success ? Knob has...
  14. hankm3

    DDE Procomm 4.8 Excel 97 Help File

    Hello, Thought I would Re-Post this for those Interested. It's a Link to a Help File for Excel 97 DDE Commands that can be used with Procomm Plus 4.8.. It has some good Info. http://support.microsoft.com/support/kb/articles/Q143/4/66.asp Hank
  15. hankm3

    DDE to Excel Commands

    Hello, Does anyone know of a Book(s) that Shows how to Write VB Code for Accessing Excel Spreadsheets ?? Thank
  16. hankm3

    Opening a PDF Help File

    Hello, I was wondering if anyone has a Shortcut to Open a PDF Help File in Procomm. Here is where I stand so Far. I use the Normal Routines to Launch an Application Like Word and a Word Document. No problem there. But most since PC's can Open PDF Documents without Adobe Acrobat Installed, is...
  17. hankm3

    DDE Info to Excel

    Hello, Since Micro$oft won't Supply hardly any Info on using the DDE part of it's Code, does anyone have a List or Source where you can obtain what you can do to write VB Code to Interface with Excel 97 ???? Any Help Welcome... Thank
  18. hankm3

    Direct Connect Capture 24/7

    Knob, Maybe You or someone else Might steer me in the Best Direction.. This is my Task... Have to set Up a PC as a Collection Point for Data.. The PC will have a Direct Connect Via Com Port to a Switch, that Output Logs every 15-30-60 Minutes. Each Log has a Different Header. Have that Part...
  19. hankm3

    ddeexecute Options for Excel 97

    Hello Was wondering if anyone had the ddeexecute Options for Excel 97. The Help Files give a Few; but also state to See the Resource Kit for the Application. Was wondering if anyone had a Current List for Excel 97. If not, I'll go Hunting for the Resource Kit... Thanks
  20. hankm3

    Creating a DLL File for IconButton

    Hello, Looked at the Examples for the IconButton Option for a Dialog Box; but the Part of Creating a DLL File for the Icons have left me Lost. Anybody have any Info or Example they can Provide ??? Thanks as Always

Part and Inventory Search

Back
Top