C
CommandButton_Click()
I have a buttom on a visio page that i want to open a .xls file and i have
the following code:
Private Sub CommandButton1_Click()
Dim a As String
a = "c:\****\****.xls" (location fo the file)
(her, is suposed enter a line code that open the file. help me plese.)
End Sub
Thank You
the following code:
Private Sub CommandButton1_Click()
Dim a As String
a = "c:\****\****.xls" (location fo the file)
(her, is suposed enter a line code that open the file. help me plese.)
End Sub
Thank You