Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


Return to article

Outlook: Adding Location Information to an Appointment's Subject
 

My PDA-synchronization software doesn't properly handle Outlook appointments' Location field. Can I use Outlook Visual Basic for Applications (VBA) code to append the location to the Subject field when I save appointments?

Yes. Listing 1 shows some simple code that you can add to the built-in ThisOutlookSession module in Outlook 2002 VBA or Outlook 2000 VBA. The Application_Startup procedure initializes a colCalendar variable that represents the items in the Calendar folder. The colCalendar_ItemAdd and colCalendar_ItemChange procedures are event handlers that run whenever you create or modify an item in the Calendar folder.

Both these procedures call AddLocation, which does the real work. AddLocation determines whether the Location text is already included in the appointment's Subject and, if not, adds that text and resaves the item.







Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement