PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Reading value on Outlook startup and persisting
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Reading value on Outlook startup and persisting
![]() |
Reading value on Outlook startup and persisting |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I am working on a vb macro and have come to a point that has stumped
me. Forgive me, but I'm still a novice when it comes to this. Here is my problem: I am using the startup event to read a value stored on a file. Then, I have a macro that runs on command which performs operations on the selected email messages. I want to persist that value read at startup so that whenever the macro is executed, I'll have access to that value. Any ideas? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You need to declare a module-level or global variable to hold the
information. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Kirk Larsen" <spamme@kirklarsen.com> wrote in message news:4628ab88.0408080815.5c07ada9@posting.google.com... > I am working on a vb macro and have come to a point that has stumped > me. Forgive me, but I'm still a novice when it comes to this. > > Here is my problem: I am using the startup event to read a value > stored on a file. Then, I have a macro that runs on command which > performs operations on the selected email messages. I want to persist > that value read at startup so that whenever the macro is executed, > I'll have access to that value. Any ideas? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

