Sorry, this entry is only available in 日本語.
Category Archives: Windows
VBS: How to get the folder which contains the .vbs file itself
This is a method to retrieve the folder containing VBS files using VBS. This allows you to perform operations using the absolute path to the folder containing VBS files.
Continue reading VBS: How to get the folder which contains the .vbs file itselfCase Statement in Access SQL
Import Address Book from Outlook Express into Microsoft Office Outlook 2007 on another computer
You cannot import the Address Book (.wab
) directrly into Microsoft Office Outlook 2007 on another computer, because Outlook 2007 can’t use the file (.wab
).
Now, I’ll tell you the other way to import it. But take an attention that the groups of Addresses will not be maintained.
- Export Address Book from Outlook Express as
.wab
file and close the window. - Memorize the name of Address Book which you are using and rename it something different. (Your Address Book is placed in “
%SystemDrive%\Documents and Settings\(user name)\Application Data\Microsoft\Address Book
”.) - Place exported Address Book to “
%SystemDrive%\Documents and Settings\(user name)\Application Data\Microsoft\Address Book
” and rename it the name that you memorized at 2. - Open Outlook Express and Open Address Book. You can see All Addressed.
- Export Address Book as
.csv
file. - Import
.csv
into Microsoft Office Outlook 2007.