![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |