Forum: Outlook and VBA
August 1st 06, 08:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 686
Is there a way to distribute a macro?
You could export the module to a file and import it into the other system
directly from the visual basic editor.
--
Guy Lapierre
Forefront Business...
|
Forum: Outlook and VBA
July 27th 06, 08:17 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,395
Flags
Yes, a much better suggestion. I tend to not build any loops that delete
data. The concept just scares me.
--
Guy Lapierre
Forefront Business...
|
Forum: Outlook and VBA
July 27th 06, 02:46 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,395
Flags
Looping through the collection with a For Each loop should work.
For Each Item in Collection
If flag is red delete
Next
--
Guy Lapierre
Forefront Business...
|
Forum: Outlook and VBA
July 26th 06, 11:44 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,395
Flags
Is the flag being used for on an email, contact, task, etc?
--
Guy Lapierre
Forefront Business Solutions
http://www.forefrontbusinesssolutions.com
http://www.forefrontbusiness.com
"vortex2k4"...
|