Originally Posted by Excel Fox Code: Function RemoveUnnecessaryCharacters(ByVal StringToReplace As String, WhatRemove As WhatToRemove) As String The part I highlighted in red is causing a "User-defined type not defined" error when I try to run your code? Also, do you think you could have given that function an any longer name?
Function RemoveUnnecessaryCharacters(ByVal StringToReplace As String, WhatRemove As WhatToRemove) As String
Last edited by Rick Rothstein; 05-30-2013 at 10:04 PM.
Forum Rules
Bookmarks