Is there a way in Outlook 2007 to set a follow-up flag on an email object?It looks like it was supported in Outlook 2开发者_如何学编程003 with .FlagStatus property, but I can\'t find it in 2007.From t
I\'m trying to build an Excel macro that will allow me to do the following: I have two Excel sheets. I want the macro to match all the values in Sheet1开发者_如何学Python, col A against cell A1 in S
I have a form开发者_运维知识库 which includes a data sheet. I would like to make it possible for a user to select multiple rows, click on a button and have some sql query run and perform some work on
I\'ve got an Excel 2007 VBA sc开发者_运维知识库ript that adds a button to the ribbon, but unfortunately the icon is tiny.I tried several different FaceId\'s, but they all seemed to add tiny icon butto
I am doing a lot of similar tasks among some VBA scripts I am writing a开发者_如何学编程nd would like to develop a library (a bunch of convenience functions using the typelib I\'m working with) which
I have an Access2003 form where I wanted to group several controls together and change visibility programatically, though VBA cod开发者_JAVA百科e.
Often开发者_Python百科 a label control is bound to a textbox or similar other control. I know that there is a way to access the label through code, but I do not remember how to do it.
I have few hundred rows of data in four columns (varA, varB, varC, varD). I want to write a macro such that a user can define the sort order of these columns i.e. first sort by varD, then by va开发者_
i have 开发者_如何学运维a pretty complicated form.as you can see below: alt text http://img9.imageshack.us/img9/2465/test2xk.jpg
Once I\'ve finished writing an Excel 2007 VBA script how to I deliver the Excel 2007 VBA script to the开发者_如何学Python rest of the team members?