A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Button linked to a file in Calendar?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 20th 06, 06:02 PM posted to microsoft.public.outlook.program_vba
John
external usenet poster
 
Posts: 382
Default Button linked to a file in Calendar?

Is it possible to add a custom button to the tool bar that would launch
someone into an excel file... like a hyperlink? I am an outlook programming
newbie so any help is appreciated
Ads
  #2  
Old March 21st 06, 07:04 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Button linked to a file in Calendar?

Am Mon, 20 Mar 2006 09:02:11 -0800 schrieb John:

What do you like to launch in Excel?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Is it possible to add a custom button to the tool bar that would launch
someone into an excel file... like a hyperlink? I am an outlook

programming
newbie so any help is appreciated

  #3  
Old March 21st 06, 04:19 PM posted to microsoft.public.outlook.program_vba
John
external usenet poster
 
Posts: 382
Default Button linked to a file in Calendar?

I would like to open an excel file from and outlook button... either from the
main (mail) page or the calendar page of outlook Thanks!

"Michael Bauer" wrote:

Am Mon, 20 Mar 2006 09:02:11 -0800 schrieb John:

What do you like to launch in Excel?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Is it possible to add a custom button to the tool bar that would launch
someone into an excel file... like a hyperlink? I am an outlook

programming
newbie so any help is appreciated


  #4  
Old March 21st 06, 06:58 PM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Button linked to a file in Calendar?

Am Tue, 21 Mar 2006 07:19:27 -0800 schrieb John:


You can add a ref onto Excel via Tolls/References and copy this code into
"ThisOutlookSession":

Public Sub OpenXLFile()
Dim xl as Excel.Application
Set xl=New Excel.Application
xl.Visible=true
xl.Workbooks.Open "c:\demo.xls"
End Sub

Via right-click on any toolbar you can customize it, select Commands/Macros
and drag the macro "OpenXLFile" onto the toolbar.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


I would like to open an excel file from and outlook button... either from

the
main (mail) page or the calendar page of outlook Thanks!

"Michael Bauer" wrote:

Am Mon, 20 Mar 2006 09:02:11 -0800 schrieb John:

What do you like to launch in Excel?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Is it possible to add a custom button to the tool bar that would launch
someone into an excel file... like a hyperlink? I am an outlook

programming
newbie so any help is appreciated


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms linked to access Lai Outlook - Using Forms 3 February 27th 06 11:25 PM
Calendar... Button opens another Outlook Instance ... Sue Mosher [MVP-Outlook] Outlook - Calandaring 0 January 19th 06 10:09 PM
Task filters should be linked to calendar filters fetch98 Outlook - Calandaring 0 January 19th 06 09:06 PM
How can I import a palm calendar file (.dba file) Diane Poremsky [MVP] Outlook - Calandaring 0 January 7th 06 10:50 PM
How can I import a palm calendar file (.dba file) Milly Staples [MVP - Outlook] Outlook - Calandaring 0 January 7th 06 07:18 PM


All times are GMT +1. The time now is 03:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.