View Single Post
Join Date: Dec 2008
Posts: 9
Reputation: Evil03 is an unknown quantity at this point 
Solved Threads: 0
Evil03 Evil03 is offline Offline
Newbie Poster

Re: Export Data to Notepad

 
0
  #6
Jan 4th, 2009
Originally Posted by Comatose View Post
The only way to really format data in notepad, is to use tabs. Say,
name <tab><tab>Position<tab><tab>Counseled by date
which is easy enough with:
  1. lineoftext = txtname.text & vbtab & vbtab & txtpos.text & vbtab & vbtab & txtcname.text & vbtab & vbtab & DateTimePickerdoc.Value.ToShortDateString
Hi Comatose ,
Dude Thanks Millions for such a great help But the issue is still the same i can GIve spaces using VBTAB ...but the space is not saving documents in porper format....

Means
The colums n rows are not same for the record Meaning:
1-UNder name MAX then i want to leave spaces in the between then Counselor name is George
2 - William then i want to leave spaces in the between then Coounselor name is Matt....

Ples Refer to attachment

PLS Would Appreciate ur Help alot if u can help me on this matter.
Attached Files
File Type: txt Counsellrecords.txt (1.1 KB, 7 views)
Reply With Quote