Link to home
Start Free TrialLog in
Avatar of jimcrint
jimcrint

asked on

using VB to enter values into a calander appoinment

i wantt o enter some values into a calander appoinment using a macro,  i think i am missing something simple

i have this

    Dim SubjectName As String
    SubjectName = InputBox("Paste the subject of the ticket")
    AppointmentItem.Subject = SubjectName
ASKER CERTIFIED SOLUTION
Avatar of jimcrint
jimcrint

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jimcrint
jimcrint

ASKER

I found out what I needed to do by experimentation