I'm getting an error with this code that states the Right command is looking for an integer. What am I doing wrong?
Code:Dim strPath As String = Application.StartupPath If Right(strPath, 1) <> "\" Then strPath = strPath & "\" End If
|
Results 1 to 3 of 3
Thread: Right() [RESOLVED]Threaded View
|
Click Here to Expand Forum to Full Width |