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 - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Creating a macro... I think



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 26th 06, 04:47 PM posted to microsoft.public.outlook
Casey
external usenet poster
 
Posts: 6
Default Creating a macro... I think

Greetings - This is my first post to this group. I have never dealt at
all with customizing Outlook... always been an ASP and ASP.NET (VB.NET)
developer for web based applications.

But, I have a client who wants to simplfy a process in Outlook 2003.
Outlook let's you customize the calendar events that you view. Here's
what they are doing:

View Arrange By Current View Customize View

Then, in the dialog box:

Filter Advanced Field All Appointment Fields Category

Then, in the form, enter the desired value by with they want to filter
their view.

As you can see, it's a long process. They have asked me to come up
with a way to shorten it. Even if I could could create a keystroke
that would bring them right to the final screen/form, that would help a
ton. But ideally, I would like to provide a form field on the tool
bar, and when populated, would filter the view accordingly.

Please keep in mind that I currently know NOTHING about building
macro's in Outlook. Any help, hints, and points to tutorials would be
fantastic.

Thanks,

Casey

  #2  
Old July 26th 06, 07:47 PM posted to microsoft.public.outlook
Casey
external usenet poster
 
Posts: 6
Default Creating a macro... I think

:-) I sure hope someone can help!!

Thanks.

Casey wrote:
Greetings - This is my first post to this group. I have never dealt at
all with customizing Outlook... always been an ASP and ASP.NET (VB.NET)
developer for web based applications.

But, I have a client who wants to simplfy a process in Outlook 2003.
Outlook let's you customize the calendar events that you view. Here's
what they are doing:

View Arrange By Current View Customize View

Then, in the dialog box:

Filter Advanced Field All Appointment Fields Category

Then, in the form, enter the desired value by with they want to filter
their view.

As you can see, it's a long process. They have asked me to come up
with a way to shorten it. Even if I could could create a keystroke
that would bring them right to the final screen/form, that would help a
ton. But ideally, I would like to provide a form field on the tool
bar, and when populated, would filter the view accordingly.

Please keep in mind that I currently know NOTHING about building
macro's in Outlook. Any help, hints, and points to tutorials would be
fantastic.

Thanks,

Casey


  #3  
Old July 27th 06, 12:06 AM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Creating a macro... I think

Is this for a public folder? A folder in each user's mailbox?

The simplest approach is probably to use a folder home page (web page) with a control for the user's search string and the Outlook View Control (see http://www.outlookcode.com/d/ovc.htm) to show the folder contents.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Casey" wrote in message ps.com...
Greetings - This is my first post to this group. I have never dealt at
all with customizing Outlook... always been an ASP and ASP.NET (VB.NET)
developer for web based applications.

But, I have a client who wants to simplfy a process in Outlook 2003.
Outlook let's you customize the calendar events that you view. Here's
what they are doing:

View Arrange By Current View Customize View

Then, in the dialog box:

Filter Advanced Field All Appointment Fields Category

Then, in the form, enter the desired value by with they want to filter
their view.

As you can see, it's a long process. They have asked me to come up
with a way to shorten it. Even if I could could create a keystroke
that would bring them right to the final screen/form, that would help a
ton. But ideally, I would like to provide a form field on the tool
bar, and when populated, would filter the view accordingly.

Please keep in mind that I currently know NOTHING about building
macro's in Outlook. Any help, hints, and points to tutorials would be
fantastic.

Thanks,

Casey

  #4  
Old July 27th 06, 02:28 PM posted to microsoft.public.outlook
Casey
external usenet poster
 
Posts: 6
Default Creating a macro... I think

Sue!

Thank you so much for responding. However, please understand that you
are talking to a kindergartner in regards to Outlook. What, exactly,
is a public folder? What is a public folder home page? What is the
Outlook View Control? I went to the link you provided (which I had
already found with Google) and I have no idea what any of it is talking
about.

Maybe let's start here... I'm an experienced web-based aplication
developer in ASP and .NET, but I know NOTHING about Outlook other then
how to use it to send emails and calendar events. The client only
wants to be billed an hour or two at the most for this project. I need
to report back to them either A) Yes, I can do it in a couple of hours,
or B) It can be done, but it will take more like x hours, or C) What
you are asking for is not possible.

Givin how everything you said below is like Greek to me, but also given
that I am an experienced web-based aplication developer in ASP and .NET
(not VB or VBA), I"m wondering which option, A,B, or C you would tell
this client if you were me. For this little project, I simply can't
take the time to go buy a book and spend hours reading and learning.

What I'm really hoping for is just the ability to assign a key-stroke
to drill them down to the exact location that currntly takes 9 menu
selections.

Thanks for your help.

Casey



Sue Mosher [MVP-Outlook] wrote:
Is this for a public folder? A folder in each user's mailbox?

The simplest approach is probably to use a folder home page (web page) with a control for the user's search string and the Outlook View Control (see http://www.outlookcode.com/d/ovc.htm) to show the folder contents.

--
Sue Mosher

"Casey" wrote in message ps.com...
Greetings - This is my first post to this group. I have never dealt at
all with customizing Outlook... always been an ASP and ASP.NET (VB.NET)
developer for web based applications.

But, I have a client who wants to simplfy a process in Outlook 2003.
Outlook let's you customize the calendar events that you view. Here's
what they are doing:

View Arrange By Current View Customize View

Then, in the dialog box:

Filter Advanced Field All Appointment Fields Category

Then, in the form, enter the desired value by with they want to filter
their view.

As you can see, it's a long process. They have asked me to come up
with a way to shorten it. Even if I could could create a keystroke
that would bring them right to the final screen/form, that would help a
ton. But ideally, I would like to provide a form field on the tool
bar, and when populated, would filter the view accordingly.

Please keep in mind that I currently know NOTHING about building
macro's in Outlook. Any help, hints, and points to tutorials would be
fantastic.

Thanks,

Casey


  #5  
Old July 27th 06, 03:26 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Creating a macro... I think

What, exactly, is a public folder?

A public folder is a folder in the Public Folders\All Public Folders hierarchy on Exchange Server. You can see part of the folder hierarchy only in the Folder List navigation pane.

I asked about this because it was not clear from your post exactly what folder you were talking about.

What is a public folder home page?


A folder home page is a web page associated with an Outlook folder in such a way that when the user navigates to that folder, they see that web page rather than the normal list of items in the folder. This association is made on the Properties dialog for the folder, on the Home Page tab. Outlook Today is a built-in example of a folder home page.

What is the Outlook View Control?


The OVC is an ActiveX control that you can use on any web page to display the data from an Outlook folder. Its Folder property controls the folder displayed, while the Restriction property allows you to filter the view to show only items that meet specific criteria. Restriction uses the same very simple syntax as the Items.Find and Restrict methods in Outlook VBA, which you can look up in Outlook VBA help or on MSDN.

I went to the link you provided (which I had
already found with Google) and I have no idea what any of it is talking
about.


Ah, but what did you see? Did you follow the link to the OVC Demo page at http://www.outlookcode.com/d/OVCViewDemo.htm? If you had, you would have seen what the OVC looks like in action and would have had some HTML code to start programming with.

Maybe let's start here... I'm an experienced web-based aplication
developer in ASP and .NET, but I know NOTHING about Outlook other then
how to use it to send emails and calendar events.


That's why I suggested that a folder home page might be a useful approach that would use your existing web developer skills and not require you to invest several weeks learning Outlook in general (and CommandBars and View.XML in particular) to accomplish what you describe with a toolbar button.

I need
to report back to them either A) Yes, I can do it in a couple of hours,
or B) It can be done, but it will take more like x hours, or C) What
you are asking for is not possible.


You probably can do it in about 15 minutes with a folder home page. The minimum that the page needs is three controls:

1) an OVC to display the desired folder
2) a text box to enter the category to filter by
3) a command button to run a little VBScript code to set the Restriction property on the OVC using the value in the text box. If OVC1 is the name of the control, then this statement filters the current view on the "Red" category:

OVC1.Restriction = "[Categories] = " & Chr(34) & "Red" & Chr(34)

The main unknown at this point is whether this can be a web page stored locally on the user's machine or whether it needs to be on their intranet. That's why my questions about the folder were relevant.

What I'm really hoping for is just the ability to assign a key-stroke
to drill them down to the exact location that currently takes 9 menu
selections.


That's not possible. The closest you could get is a macro to bring up the Filter dialog and, frankly, the client can do that themselves just by customizing the toolbar to add the Filter command to it.

Also, it's not clear whether "client" is an individual or a company with hundreds of individuals. A VBA macro would be an appropriate solution only for the former.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Casey" wrote in message oups.com...
Sue!

Thank you so much for responding. However, please understand that you
are talking to a kindergartner in regards to Outlook. What, exactly,
is a public folder? What is a public folder home page? What is the
Outlook View Control? I went to the link you provided (which I had
already found with Google) and I have no idea what any of it is talking
about.

Maybe let's start here... I'm an experienced web-based aplication
developer in ASP and .NET, but I know NOTHING about Outlook other then
how to use it to send emails and calendar events. The client only
wants to be billed an hour or two at the most for this project. I need
to report back to them either A) Yes, I can do it in a couple of hours,
or B) It can be done, but it will take more like x hours, or C) What
you are asking for is not possible.

Givin how everything you said below is like Greek to me, but also given
that I am an experienced web-based aplication developer in ASP and ..NET
(not VB or VBA), I"m wondering which option, A,B, or C you would tell
this client if you were me. For this little project, I simply can't
take the time to go buy a book and spend hours reading and learning.

What I'm really hoping for is just the ability to assign a key-stroke
to drill them down to the exact location that currntly takes 9 menu
selections.

Sue Mosher [MVP-Outlook] wrote:
Is this for a public folder? A folder in each user's mailbox?

The simplest approach is probably to use a folder home page (web page) with a control for the user's search string and the Outlook View Control (see http://www.outlookcode.com/d/ovc.htm) to show the folder contents.

--
Sue Mosher

"Casey" wrote in message ps.com...
Greetings - This is my first post to this group. I have never dealt at
all with customizing Outlook... always been an ASP and ASP.NET (VB.NET)
developer for web based applications.

But, I have a client who wants to simplfy a process in Outlook 2003.
Outlook let's you customize the calendar events that you view. Here's
what they are doing:

View Arrange By Current View Customize View

Then, in the dialog box:

Filter Advanced Field All Appointment Fields Category

Then, in the form, enter the desired value by with they want to filter
their view.

As you can see, it's a long process. They have asked me to come up
with a way to shorten it. Even if I could could create a keystroke
that would bring them right to the final screen/form, that would help a
ton. But ideally, I would like to provide a form field on the tool
bar, and when populated, would filter the view accordingly.


  #6  
Old July 27th 06, 04:39 PM posted to microsoft.public.outlook
Casey
external usenet poster
 
Posts: 6
Default Creating a macro... I think

Sue,

You are being more helpful then I could have hoped for. Thank you!

What I'm really hoping for is just the ability to assign a key-stroke
to drill them down to the exact location that currently takes 9 menu
selections.


That's not possible. The closest you could get is a macro to bring up the Filter dialog and, frankly, the client can do that themselves just by customizing the toolbar to add the Filter command to it.


This sounds like EXACTLY the kind of solution we are looking for!! You
have already done so much, but if you could offer, or point me to some
instructions on how to do this, I think all will be well.

Also, it's not clear whether "client" is an individual or a company with hundreds of individuals. A VBA macro would be an appropriate solution only for the former.


They have 4 or 5 users, so creating the macro at each work station is
very doable.

Thanks,

Casey

  #7  
Old July 27th 06, 04:47 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Creating a macro... I think

A macro is overkill for this. Tell the user to follow these steps:

1) View | Toolbars | Customize

2) On the Commands tab, from the View category, drag the Filter command to the desired toolbar.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Casey" wrote in message ups.com...

What I'm really hoping for is just the ability to assign a key-stroke
to drill them down to the exact location that currently takes 9 menu
selections.


That's not possible. The closest you could get is a macro to bring up the Filter dialog and, frankly, the client can do that themselves just by customizing the toolbar to add the Filter command to it.


This sounds like EXACTLY the kind of solution we are looking for!! You
have already done so much, but if you could offer, or point me to some
instructions on how to do this, I think all will be well.

Also, it's not clear whether "client" is an individual or a company with hundreds of individuals. A VBA macro would be an appropriate solution only for the former.


They have 4 or 5 users, so creating the macro at each work station is
very doable.


  #8  
Old July 27th 06, 05:15 PM posted to microsoft.public.outlook
Casey
external usenet poster
 
Posts: 6
Default Creating a macro... I think

One other note, I'm not at all sure that "folders" is what I'm after.
Just so that we are on the same page, when I navigate to View Arrange
By Current View Customize View - a diolog box pops up. On that
dialog box is a button labled "Filter", which if cicked, bring up
another dialog box. In the Filter dialog box is a tab called Advanced.
On this tab is a drop down option called "Fields". One of the options
in that dropdown is "All Appointment Fields" with a sub option of
"Categories".

Best possible solution: We create a macro which, when executed, brings
up the Filter dialog box with the Advanced tab pre-selected, and
"Categories" pre-populated in the Fields form.

Is this do-able?

Thank you!!!

Casey

 




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
Macro PE Outlook - General Queries 2 June 25th 06 09:34 PM
Creating a new Macro in Outlook jpotucek Outlook and VBA 3 April 27th 06 02:30 PM
Help Creating A Rule JCO Outlook - General Queries 2 March 7th 06 06:40 PM
Creating a shortcut keith Outlook Express 6 February 14th 06 03:10 PM
Help Creating Form DavidW Outlook - Using Forms 0 February 1st 06 04:19 PM


All times are GMT +1. The time now is 10:39 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.