Salve a tutti...
Visual basic express 2010.
Io ho un semplice (per voi) problema ....vorrei aprire un file excel tramite un semplice pulsante.
Per aprire un file *.txt no problem.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim i
'i = Shell("notepad c:\aaaa.txt")
End Sub
Ma per un file excel come devo fare????
Grazie a tutti..............![]()