gds35
XLDnaute Impliqué
Bon Dimanche a tous mes amis du forum,
j'ai un p'tit bout de code ......
Private Sub BOUTONSAUVDEP_Click()
'
Save = Format(Date, "dd-mm-yy") & "_" & Format(Time, "hh-mm")
DATESAVE.Text = Save
Application.DisplayAlerts = False
Application.Dialogs(xlDialogSaveAs).Show Clear & Save
'
MsgBox "VOTRE ETAT DE FRAIS A ETE SAUVEGARDE", _
vbOKOnly, TIT1
'
SAVETAT.Hide
DATESAVE est une InputBox et je souhaite que la variable save s'affiche dans le l'input box par defaut . Impossible. Que faut il faire Cordialement GDS35
j'ai un p'tit bout de code ......
Private Sub BOUTONSAUVDEP_Click()
'
Save = Format(Date, "dd-mm-yy") & "_" & Format(Time, "hh-mm")
DATESAVE.Text = Save
Application.DisplayAlerts = False
Application.Dialogs(xlDialogSaveAs).Show Clear & Save
'
MsgBox "VOTRE ETAT DE FRAIS A ETE SAUVEGARDE", _
vbOKOnly, TIT1
'
SAVETAT.Hide
DATESAVE est une InputBox et je souhaite que la variable save s'affiche dans le l'input box par defaut . Impossible. Que faut il faire Cordialement GDS35