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!

Recent content by xeo123

  1. xeo123

    HELP need to line up things

    I NEED TO LINE UP THE 1st Column so that all the decimals are straight Option Explicit Dim ts,num(14),fso,filename,i,large,small,b,c,total,average,x Set fso= createobject("scripting.filesystemobject") Filename = "D:\Numbers.txt" Set ts = fso.opentextfile(filename,1,False) large=num(i)...
  2. xeo123

    HELP need to line up things

    THANKS FOR THE HELP CAN YOU DO IT WITHOUT USING UBOUND or SPLIT? would appreciate it if you do have the answer
  3. xeo123

    HELP need to line up things

    Hey guyz, i need to line up this things coming from a file like this 5.34 -14.278 -121.94 8.601 29.914 -304.47 0.55 0.0 5.45 5.55 -5.45 -5.55 342.56 and be written to a file lined up like this 5.34 -14.278 -121.94 8.601 29.914 -304.47 0.55...
  4. xeo123

    PIG LATIn

    HEY GUYZ CAN YOU HELP ME ON THIS using an inputbox to get the words and termintates with "XXXX" rules. 1.first vowel of the original word becomes the start of the new word any preceding letters are shifted to the end followed by AY ex. word = FLYING newword=INGFLYAY 2 a word begins with a vowel...

Part and Inventory Search

Back
Top