Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #18.7K
Ranked #2K
~1K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for lielee

the sequence of char 10 and 13 isn't correct, this solve it [CODE] mytext= Replace(mytext, Chr(13) & Chr(10), Chr(255)) ' this is ok, so save it mytext= Replace(mytext, Chr(10), Chr(13) & Chr(10)) 'change the 10-code mytext= Replace(mytext, Chr(255), Chr(13) & Chr(10)) ' and set the ok's back[/CODE]

Member Avatar for lielee
0
239
Member Avatar for arezz09
Member Avatar for Josef01
Member Avatar for Josef01
0
197
Member Avatar for jcb0806

change the quotes you need in the sheet by chr(34) and use only the quotes where you need them in your program. If you need "this is an example" (with the quotes) in excel you have to script : chr(34) & "this is an example" & chr(34).

Member Avatar for Marcel_Go
0
135
Member Avatar for sachin mali

in the click event : grid.item(colomnname,grid.CurrentRow.index).value gives the value from the 'columname' - row-cell

Member Avatar for Marcel_Go
0
73
Member Avatar for sheelap

textbox1.font=new font("verdana",10,fontstyle.bold) textbox1.font=new font("verdana",10,fontstyle.regular)

Member Avatar for Marcel_Go
0
91
Member Avatar for zepi
Member Avatar for zepi
0
186
Member Avatar for Steve Mac

Hi Steve, You know, I had the same problem and after a lot of debugging I found the ExecuteNonQuery took only 0.2 seconds, but the .Connection.Close() took over a second. I marked that line as comment and the program is running fast as lightning. I'm not sure it's a good …

Member Avatar for Marcel_Go
0
205

The End.