Stacy Rueda
Board Regular
- Joined
- Jun 23, 2016
- Messages
- 87
Hi!
I have here macro vb code that boss gave me to operate but every time I click File export button on my excel file I have error that says "Compile error: Missing end bracket". please help me with this..Thank you in advance
Error was found in first line -->Public Sub NIGˆË—Šƒf�[ƒ^�ì�¬()
Public Sub NIGˆË—Šƒf�[ƒ^�ì�¬()
Dim columns As Integer
Dim strFNAME As String 'ƒtƒ@ƒCƒ‹–¼•Û‘¶—p
strFNAME = ActiveWorkbook.Path & "\irai_result.txt"
Call MAKE_CSV_FILE(6, strFNAME)
End Sub
I have here macro vb code that boss gave me to operate but every time I click File export button on my excel file I have error that says "Compile error: Missing end bracket". please help me with this..Thank you in advance
Error was found in first line -->Public Sub NIGˆË—Šƒf�[ƒ^�ì�¬()
Public Sub NIGˆË—Šƒf�[ƒ^�ì�¬()
Dim columns As Integer
Dim strFNAME As String 'ƒtƒ@ƒCƒ‹–¼•Û‘¶—p
strFNAME = ActiveWorkbook.Path & "\irai_result.txt"
Call MAKE_CSV_FILE(6, strFNAME)
End Sub