' change a sentence in CamelCase to a sentence with spaces' for example ConvertCamelCase("FileExchange") => "File Exchange"Public Function ConvertCamelCase(ByVal Value As String) As String Dim i As Long For i = 1 To Len(Trim$(Value)) ' If the character is uppercase, then insert a space before If Asc(Mid$(Value, i, 1)) = Asc(UCase$(Mid$(Value, i, _ 1))) And i <> 1 Then ConvertCamelCase = ConvertCamelCase & " " & Mid$(Value, i, 1) Else ConvertCamelCase = ConvertCamelCase & Mid$(Value, i, 1) End If Next iEnd Function'###########################################################'#'# This rountime has been brought to you by'# Pragmatic Software Co. Inc, the creators of Defect Tracker,'# the tool of choice for tracking functional specifications,'# test cases and software bugs.'# Learn more at http://www.DefectTracker.com.'# Affiliate program also available at'# http://www.PragmaticSW.com/AffiliateSignup.'#'###########################################################


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate