Hello to all,
is it possible to display Datagridview in msgbox?
Realy thanks for help...
is it possible to display Datagridview in msgbox?
Code:
If MsgBox("Are all data correct? " & vbNewLine _
& "Data in datagridview: " & Datagridview ??? (I need some code here)
, MsgBoxStyle.YesNo, Title:="Review") = vbYes Then
...
End If