D
donald
Hi there,
If i got a command that i am calling from a form (item) is there a way
of know what item it has been call from so that I don't have to pass
the item with the command every time??
Public Function createshortcut(ByVal t As Outlook.JournalItem)
to
Public Function createshortcut()
Thanks a Lot
Jonathan
If i got a command that i am calling from a form (item) is there a way
of know what item it has been call from so that I don't have to pass
the item with the command every time??
Public Function createshortcut(ByVal t As Outlook.JournalItem)
to
Public Function createshortcut()
Thanks a Lot
Jonathan