A
associates
Hi,
I was wondering if anyone might be able to help me.
I was trying to create a function that takes 2 arguments and i go
compiler error messages saying i need '=' expected.
Here is my code
filein = Application.GetOpenFilename()
ImportCSV (mysheet, filein)
in the function of ImportCV, i have
Function ImportCSV(sheet As String, inputfile As String)
...
end function
Any ideas?
Thank you in advanc
I was wondering if anyone might be able to help me.
I was trying to create a function that takes 2 arguments and i go
compiler error messages saying i need '=' expected.
Here is my code
filein = Application.GetOpenFilename()
ImportCSV (mysheet, filein)
in the function of ImportCV, i have
Function ImportCSV(sheet As String, inputfile As String)
...
end function
Any ideas?
Thank you in advanc