×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Linking dates from excel to outlook

Linking dates from excel to outlook

Linking dates from excel to outlook

(OP)
I want to link my outlook calendar to a specific excel file on my network.  I want to run a macro in outlook and have it pull dates from a certain column on a certain sheet and have the name of my appointment pull from another column on that same sheet.  Is this possible?  I have found a few examples on the internet but nothing helps with finding the file on the netowrk.

Thanks,

Jason

RE: Linking dates from excel to outlook

The following code will open an excel workbook from within outlook.  Be sure to establish the reference to the excel object library by using "Tools:References..." menu item and selecting Microsoft Excel xx.xx object library.


CODE

Sub XL_Test()
Dim myXLApp As Excel.Application
Dim myXLWB As Excel.Workbook
Workbooks.Open "FNAME"
End Sub

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources