F
Francis Dufour
Hello,
I'm triying to use the Split function in a Excel macro with Mac Excel 2004.
Public Sub Workbook_Open()
Dim strTemp() As String
strTemp = Split(Application.Path, ":")
strPath = strTemp(0) + ":FT:"
MsgBox strPath
End Sub
When this code executes, Excel says : "Sub or function not defined".
It works perfectly on a PC. Does the Split function exist on Excel 2004 for
Mac ?
Thanks
I'm triying to use the Split function in a Excel macro with Mac Excel 2004.
Public Sub Workbook_Open()
Dim strTemp() As String
strTemp = Split(Application.Path, ":")
strPath = strTemp(0) + ":FT:"
MsgBox strPath
End Sub
When this code executes, Excel says : "Sub or function not defined".
It works perfectly on a PC. Does the Split function exist on Excel 2004 for
Mac ?
Thanks