Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
~5K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for it@61@sec

For 243 combinations it is utterly undue considering the language implications. Of course, if you intend to perform the validation 1 billion times over 243 combinations the matter would be different. For all intents and purposes I would select C for speed, VB or VB.NET for ease or direct validation …

Member Avatar for Daniel11
1
3K
Member Avatar for Ayush_5

Can you not simply replace wb.save() to wb.saveas() and specify the proper file ending as CSV instead. Let the internal workings do what it does best. Just be ware of naming syntax with / and \ depending on system and so on. Then again, if you're going to convert it …

Member Avatar for 10e12
0
428
Member Avatar for MrConfused

Skip the part CByte() for type casting unless you do recalculation of the values in the string as ASC returns an Integer and at times could cause an overflow in the byte array. [code] Public MyByteArr() As Byte Public Sub StringToByteArray(ByVal s As String) Dim i As Long ReDim MyByteArr(Len(s) …

Member Avatar for FSandlewould
0
895

The End.