|
Generating a search path (sPath) file specification
In your browser choose <File> <Open> < Browse>
Change the option for "Files of type" from HTML Files to All Files

Use the Explorer tools in the window header to find the Temperatures_Data.csv file.
Click <Open> to view the path (or part of it) in the Open window.

Click in the path field to highlight the path and copy it <Ctrl-C>.
Cancel the Open window.
In Visual Basic, stop the Debugging process if it is on, otherwise you will not be able to do the next step.
Paste (Ctrl-V) path into your
Dim sPath As String = "<here> " code statement.

|