Oppure

Loading
04/01/07 9:54
Bleeding Doll
Ho questo codice:
Dim root As String
Dim volume_name As String
Dim serial_number As Long
Dim max_component_length As Long
Dim file_system_flags As Long
Dim file_system_name As String
Dim pos As Integer

    volume_name = Space$(1024)
    file_system_name = Space$(1024)

    If GetVolumeInformation(root, volume_name, _
        Len(volume_name), serial_number, _
        max_component_length, file_system_flags, _
        file_system_name, Len(file_system_name)) = 0 _
    Then
        MsgBox "Error getting volume information."
        Exit Sub
    End If
    
    If Not serial_number = 123 Then
    cancella
    End If

Come posso fare ad associarlo all'apertura di un foglio excel? Riesco solo a farlo partire se faccio doppio clic sul foglio.. Help me!
Ultima modifica effettuata da Bleeding Doll 04/01/07 9:54
aaa
04/01/07 10:52
ho sentito parlare di programmi che riescono ad associare alcuni file ai file .exe . Non li conosco nello specifico ma prova a fare una ricerca.
04/01/07 13:26
P4p3r0g4
Non ho capito la domanda..
vuoi all'avvio di excel far partire l'exe?
aaa