A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Automatically save contact when i reply



 
 
Thread Tools Display Modes
  #11  
Old May 13th, 2004, 04:46 PM
jay
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

I copied all the code that you have on your site the
press alt+F11 then i add the code to ThisOutlookSession.
i then went to the end of the code and pressed F9 when
the last line ' End Function ' was highlighted. No i can
run a macro manually. when i close and restart outlook it
askes me if i want to run macros and i say YES.

Jay
-----Original Message-----
On the code statement where you want start debugging.

Again, can you run any macro manually?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


wrote in message
...
where should i press F9 in the code?

-----Original Message-----
Can you run any macro manually? If not, shut down

OUtlook, wait a few
minutes, then restart.

when i pasted the code into
ThisOutlookSession it automatically put 2 lines in

the
code spliting the code into 3 sections.

I don't know what you mean by this. I was referring

to a
debugging
breakpoint, added by pressing F9 while you're on the

code statement where
you want processing to stop.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jay" wrote in message
...
when i go to tool / Macros / security it is set to
medium. if i go to Tools / Macros / Macros there is
nothing there to choose. when i pasted the code into
ThisOutlookSession it automatically put 2 lines in

the
code spliting the code into 3 sections.

Jay
-----Original Message-----
Can you run any macro manually? Did you check your
setting in Tools |
Macros | Security? Did you put a breakpoint in the

code
and step through it?


"jay" wrote in message
...
I pressed F11 and the added to thisoutlook

session
all
the code that you have on your web site. I also

tried
putting the first part of the code in this

outlook
session and the other parts in a new inserted

module.

-----Original Message-----
What did you try? What in particular did not

work?

"Jay" wrote in

message
...
Hi Sue,

thanks for the reply. I tried that but it did

not
work.

does the code go into one module or does it

have
to
go
into seperate modules?

Jay
-----Original Message-----
See

http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"

wrote
in
message
news:adad01c436a4$ef867780

...
How do i automatically save a email contact

when
i
relpy
in outlook. I have Office xp and using

outlook


.



.

  #12  
Old May 13th, 2004, 06:08 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

If you put a breakpoint on the last line in the procedure, that won't do you
much good. Debugging will start only when the procedure ends. Instead, put
the breakpoint on one of the early lines.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"jay" wrote in message
...
I copied all the code that you have on your site the
press alt+F11 then i add the code to ThisOutlookSession.
i then went to the end of the code and pressed F9 when
the last line ' End Function ' was highlighted. No i can
run a macro manually. when i close and restart outlook it
askes me if i want to run macros and i say YES.

Jay
-----Original Message-----
On the code statement where you want start debugging.

Again, can you run any macro manually?



wrote in message
...
where should i press F9 in the code?

-----Original Message-----
Can you run any macro manually? If not, shut down
OUtlook, wait a few
minutes, then restart.

when i pasted the code into
ThisOutlookSession it automatically put 2 lines in

the
code spliting the code into 3 sections.

I don't know what you mean by this. I was referring

to a
debugging
breakpoint, added by pressing F9 while you're on the
code statement where
you want processing to stop.



"Jay" wrote in message
...
when i go to tool / Macros / security it is set to
medium. if i go to Tools / Macros / Macros there is
nothing there to choose. when i pasted the code into
ThisOutlookSession it automatically put 2 lines in

the
code spliting the code into 3 sections.

Jay
-----Original Message-----
Can you run any macro manually? Did you check your
setting in Tools |
Macros | Security? Did you put a breakpoint in the
code
and step through it?


"jay" wrote in message
...
I pressed F11 and the added to thisoutlook

session
all
the code that you have on your web site. I also
tried
putting the first part of the code in this

outlook
session and the other parts in a new inserted
module.

-----Original Message-----
What did you try? What in particular did not

work?

"Jay" wrote in

message
...
Hi Sue,

thanks for the reply. I tried that but it did

not
work.

does the code go into one module or does it

have
to
go
into seperate modules?

Jay
-----Original Message-----
See
http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"
wrote
in
message
news:adad01c436a4$ef867780

...
How do i automatically save a email contact
when
i
relpy
in outlook. I have Office xp and using

outlook



  #13  
Old May 13th, 2004, 08:20 PM
Jay
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

can you tell me where exactly where to press F9 in the
code.

Jay
-----Original Message-----
If you put a breakpoint on the last line in the

procedure, that won't do you
much good. Debugging will start only when the procedure

ends. Instead, put
the breakpoint on one of the early lines.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"jay" wrote in message
...
I copied all the code that you have on your site the
press alt+F11 then i add the code to

ThisOutlookSession.
i then went to the end of the code and pressed F9 when
the last line ' End Function ' was highlighted. No i

can
run a macro manually. when i close and restart outlook

it
askes me if i want to run macros and i say YES.

Jay
-----Original Message-----
On the code statement where you want start debugging.

Again, can you run any macro manually?



wrote in message
...
where should i press F9 in the code?

-----Original Message-----
Can you run any macro manually? If not, shut down
OUtlook, wait a few
minutes, then restart.

when i pasted the code into
ThisOutlookSession it automatically put 2 lines

in
the
code spliting the code into 3 sections.

I don't know what you mean by this. I was referring

to a
debugging
breakpoint, added by pressing F9 while you're on

the
code statement where
you want processing to stop.



"Jay" wrote in message
...
when i go to tool / Macros / security it is set

to
medium. if i go to Tools / Macros / Macros there

is
nothing there to choose. when i pasted the code

into
ThisOutlookSession it automatically put 2 lines

in
the
code spliting the code into 3 sections.

Jay
-----Original Message-----
Can you run any macro manually? Did you check

your
setting in Tools |
Macros | Security? Did you put a breakpoint in

the
code
and step through it?


"jay" wrote in

message
...
I pressed F11 and the added to thisoutlook

session
all
the code that you have on your web site. I

also
tried
putting the first part of the code in this

outlook
session and the other parts in a new inserted
module.

-----Original Message-----
What did you try? What in particular did not

work?

"Jay" wrote in

message
news:bf2a01c43824$a74d84f0

...
Hi Sue,

thanks for the reply. I tried that but it

did
not
work.

does the code go into one module or does it

have
to
go
into seperate modules?

Jay
-----Original Message-----
See
http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"


wrote
in
message
news:adad01c436a4$ef867780

...
How do i automatically save a email

contact
when
i
relpy
in outlook. I have Office xp and using

outlook



.

  #14  
Old May 13th, 2004, 08:54 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

On any line with code after the first line in the procedure.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jay" wrote in message
...
can you tell me where exactly where to press F9 in the
code.

Jay
-----Original Message-----
If you put a breakpoint on the last line in the

procedure, that won't do you
much good. Debugging will start only when the procedure

ends. Instead, put
the breakpoint on one of the early lines.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"jay" wrote in message
...
I copied all the code that you have on your site the
press alt+F11 then i add the code to

ThisOutlookSession.
i then went to the end of the code and pressed F9 when
the last line ' End Function ' was highlighted. No i

can
run a macro manually. when i close and restart outlook

it
askes me if i want to run macros and i say YES.

Jay
-----Original Message-----
On the code statement where you want start debugging.

Again, can you run any macro manually?



wrote in message
...
where should i press F9 in the code?

-----Original Message-----
Can you run any macro manually? If not, shut down
OUtlook, wait a few
minutes, then restart.

when i pasted the code into
ThisOutlookSession it automatically put 2 lines

in
the
code spliting the code into 3 sections.

I don't know what you mean by this. I was referring
to a
debugging
breakpoint, added by pressing F9 while you're on

the
code statement where
you want processing to stop.



"Jay" wrote in message
...
when i go to tool / Macros / security it is set

to
medium. if i go to Tools / Macros / Macros there

is
nothing there to choose. when i pasted the code

into
ThisOutlookSession it automatically put 2 lines

in
the
code spliting the code into 3 sections.

Jay
-----Original Message-----
Can you run any macro manually? Did you check

your
setting in Tools |
Macros | Security? Did you put a breakpoint in

the
code
and step through it?


"jay" wrote in

message
...
I pressed F11 and the added to thisoutlook
session
all
the code that you have on your web site. I

also
tried
putting the first part of the code in this
outlook
session and the other parts in a new inserted
module.

-----Original Message-----
What did you try? What in particular did not
work?

"Jay" wrote in
message
news:bf2a01c43824$a74d84f0

...
Hi Sue,

thanks for the reply. I tried that but it

did
not
work.

does the code go into one module or does it
have
to
go
into seperate modules?

Jay
-----Original Message-----
See
http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"


wrote
in
message
news:adad01c436a4$ef867780
...
How do i automatically save a email

contact
when
i
relpy
in outlook. I have Office xp and using
outlook



.



  #15  
Old May 14th, 2004, 02:04 PM
Jay
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

Ok, i done that. replied to a new contact and when i hot
send it came up with a 'Compile Error, User defined type
not defined' and it highlighted the line 'objSMail As
Redemption.SafeMailItem'

Jay
-----Original Message-----
On any line with code after the first line in the

procedure.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jay" wrote in

message
...
can you tell me where exactly where to press F9 in the
code.

Jay
-----Original Message-----
If you put a breakpoint on the last line in the

procedure, that won't do you
much good. Debugging will start only when the

procedure
ends. Instead, put
the breakpoint on one of the early lines.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"jay" wrote in message
...
I copied all the code that you have on your site the
press alt+F11 then i add the code to

ThisOutlookSession.
i then went to the end of the code and pressed F9

when
the last line ' End Function ' was highlighted. No

i
can
run a macro manually. when i close and restart

outlook
it
askes me if i want to run macros and i say YES.

Jay
-----Original Message-----
On the code statement where you want start

debugging.

Again, can you run any macro manually?


wrote in

message
...
where should i press F9 in the code?

-----Original Message-----
Can you run any macro manually? If not, shut

down
OUtlook, wait a few
minutes, then restart.

when i pasted the code into
ThisOutlookSession it automatically put 2

lines
in
the
code spliting the code into 3 sections.

I don't know what you mean by this. I was

referring
to a
debugging
breakpoint, added by pressing F9 while you're on

the
code statement where
you want processing to stop.


"Jay" wrote in

message
...
when i go to tool / Macros / security it is

set
to
medium. if i go to Tools / Macros / Macros

there
is
nothing there to choose. when i pasted the

code
into
ThisOutlookSession it automatically put 2

lines
in
the
code spliting the code into 3 sections.

Jay
-----Original Message-----
Can you run any macro manually? Did you

check
your
setting in Tools |
Macros | Security? Did you put a breakpoint

in
the
code
and step through it?


"jay" wrote in

message
news:c38001c43867$b72022a0

...
I pressed F11 and the added to thisoutlook
session
all
the code that you have on your web site. I

also
tried
putting the first part of the code in this
outlook
session and the other parts in a new

inserted
module.

-----Original Message-----
What did you try? What in particular did

not
work?

"Jay" wrote in
message
news:bf2a01c43824$a74d84f0

...
Hi Sue,

thanks for the reply. I tried that but

it
did
not
work.

does the code go into one module or

does it
have
to
go
into seperate modules?

Jay
-----Original Message-----
See
http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"


wrote
in
message
news:adad01c436a4$ef867780
...
How do i automatically save a email

contact
when
i
relpy
in outlook. I have Office xp and

using
outlook


.



.

  #16  
Old May 14th, 2004, 02:48 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Automatically save contact when i reply

That means that you either have not downloaded and installed the Redemption
SafeOutlook library from http://www.dimastr.com/redemption/ or you have not
added a reference to that library in your project with the Tools |
References command in VBA.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jay" wrote in message
...
Ok, i done that. replied to a new contact and when i hot
send it came up with a 'Compile Error, User defined type
not defined' and it highlighted the line 'objSMail As
Redemption.SafeMailItem'

Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.

"Jay" wrote in
message
news:bf2a01c43824$a74d84f0
...
Hi Sue,

thanks for the reply. I tried that but

it
did
not
work.

does the code go into one module or

does it
have
to
go
into seperate modules?

Jay
-----Original Message-----
See
http://www.slipstick.com/contacts/addauto.htm
for
various ways to save
senders or recipients as new contacts
automatically,
depending on your
version and configuration of Outlook.

"Jay"

wrote
in
message
news:adad01c436a4$ef867780
...
How do i automatically save a email
contact
when
i
relpy
in outlook. I have Office xp and

using
outlook



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:13 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.