G
Guest
I have a macro that receives a variable that is input by a user (&rsp1)
I want a MsgBox to display “Do you want to print off the data for “and the
variable &rsp1.
The MsgBox lookes like:-
MsgBox "Do you want to print off the data for &rsp1 - 1?", vbYesNo, "Do you
want to Print offâ€
Additionally, if I know the location of a particular file, how do I
incorporate an open to it?
Any assistance offered will be appreciated.
I want a MsgBox to display “Do you want to print off the data for “and the
variable &rsp1.
The MsgBox lookes like:-
MsgBox "Do you want to print off the data for &rsp1 - 1?", vbYesNo, "Do you
want to Print offâ€
Additionally, if I know the location of a particular file, how do I
incorporate an open to it?
Any assistance offered will be appreciated.