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 strongm 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: *

  1. CMStaley

    Could anyone please help me with a code that could reverse a variable?

    This will work nicely with the comma+space in the text: Function Fixname$ (x) Fixname$ = Left$(Mid$(x + " , ", InStr(x + " , ", ", ") + 2), InStr(Mid$(x + ", ", InStr(x + ", ", ", ") + 3) + " ", " ")) +...
  2. CMStaley

    Go to Website in VB3

    StuH; Thanks! That was great! C. Staley
  3. CMStaley

    Using a PCL Macro with VB... How???

    That sounds dandy.... except.... I would be sending these codes to the printer out of VB to a NETWORKED printer. So now how do I avoid getting nothing but codes on a sheet of paper?
  4. CMStaley

    Using a PCL Macro with VB... How???

    Okay, I tried several variations of the code above, and all I get is a sheet with the commands printed on it. Do I need to go around the Windows printer driver?

Part and Inventory Search

Back
Top