Aura has attended:
Excel Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course
How do I create macros
If I have to repeat phrases constantly in my emails, but is not exactly a template, is there any way to record macros containing this sentences so that I can insert them by using a short key or similar?
RE: How do I create macros
this is the code
sub mailmy()
Application.Dialogs(xlDialogSendMail).Show _
arg1:="Bookkeeper@Training.net", _
arg2:="Book Keeper"
End Sub
and to add a shortcut key goto tools macros and macros and select the option button
RE: How do I create macros
I don't quite get where to put this code. When I select the option visual basic editor, nothing happens.
RE: How do I create macros
It might be beneficial if you booked a VBA course or we will contact you
Thanks Garry