Msgbox = valeur de plage
Solved
noe2008
Posted messages
191
Status
Membre
-
noe2008 Posted messages 191 Status Membre -
noe2008 Posted messages 191 Status Membre -
Hello friends,
I would like to add a line at the end of a macro to have:
a msgbox whose text is the content of cell "D13" from the "acc" sheet.
Best regards
Configuration: Windows / Chrome 79.0.3945.130
I would like to add a line at the end of a macro to have:
a msgbox whose text is the content of cell "D13" from the "acc" sheet.
Best regards
Configuration: Windows / Chrome 79.0.3945.130
1 réponse
Hello,
how are you doing with that post?
https://forums.commentcamarche.net/forum/affich-36470897-vba-exporter-en-format-pdf
--
@+ The Woodpecker
how are you doing with that post?
https://forums.commentcamarche.net/forum/affich-36470897-vba-exporter-en-format-pdf
--
@+ The Woodpecker
MsgBox Worksheets("acc").Range("D13").Value@+ The Woodpecker