Sub UnderscoreT() 'DESCRIPTION: This macro will automatically put "_T( )" around ' your strings, Author: Orin Walker, 1999, Version 1.1 ' Last change - Acidpop(http://acidpop.tistory.com) (2012.09.07) ' Supported Visual Studio 2010 Macro Dim iCount As Integer Dim bFoundAQuote As Boolean Dim strTemp As String Dim strStuffAtEnd As String Dim bDone As Boolean Dim str As String Dim strBuildString As..