Ok I Placed the “Method” inside of SBCSVin, now I made the Module Inside of “App”
Now In a new window, inside an action button I paste the code, and Now I can Invoke the module like you said.:
dim f As FolderItem = App.GetOpenText(“csv”)
if f = nil then exit sub
dim c As new sbCSV
c.FileName = f
But now the Issue is when in run it, it says:
Can’t find a type with this name
dim c As new sbCSV
I assuming that it would be “sbCSVIn” instead of sbCSV.
Its that true?
Thanks