a macro for changing currecnt view

C

Charlie

I miss the "record macro" feature Word has... I learn a lot from looking at
the code after I've reacorded something.

I'm wanting to put a few button on my toolbar that will automatically change
the current view of my contacts. I frequently change views, and a few
buttons up there on the toolbar would be great. What would the macro/code
look like that i could asign a button to to change the currect view to a view
called "Mail"?
Many Thanks, CK
 
C

Charlie

Thanks Sue, that was simple! :)
Now, another quick question:
I often make buttons for my toolbars to do things like that. When I am
custumizing the toolbar, I can click on a button and choose change image, but
my icon selection is very limited...just the few that were built in to office
I guess. I have a folder full of images like 18 x 18 or so, is there a way
tweak office to look in a different folder to find more pictures of my
choice? If not, do you have any other suggestions to get more pictures at my
disposal?
Thanks,
ck
 
S

Sue Mosher [MVP-Outlook]

You'd have to write code to use the properties and methods of the button itself. Way too much trouble for casual macros, IMO.
 
Top