Hi guys,
Could someone help me I can't open MyLangFile variable
see code below:
Sub OpenLangFile()
Dim myLangCol As String
Dim myPath As String
Dim myFile As String
Dim mySheetname As String
Dim myLangFile As String
myPath = Application.ActiveWorkbook.Path
For Each sht In...