| Thread | Last Post | Replies |
|
| Copying the macro to other computers | 07 Jul 2005 22:44 GMT | 2 |
I made a macro in my computer's outlook and now I need to use this macro in other computer's outlook. But I don't know how to copy and make it work in others machines. Sorry if my doubt is too banal.
|
| Macro: Get appointment from attachment | 07 Jul 2005 18:00 GMT | 8 |
Hi i am trying to write an macro that gets appointments that are attached to emails and add them to the calendar. But when i recive the mail with the attachement i can't seem to get an item out of the attached file. I can save the file from the macro and
|
| Importing into custom form and fields from CSV file | 07 Jul 2005 12:46 GMT | 1 |
I know nothing about programing or VBA and everyone tells me "it's easy". I've tried ACT! for a few days and don't like it so I'm going to try writing a script to import a CSV file into my custom form in Outlook 2002. My question is, what is my first step? I can get some sample ...
|
| Security: low still get "The macros in this project are disabled" | 06 Jul 2005 20:29 GMT | 1 |
I wrote a macro for one of our users. The macro initially worked as intended. After the first PC reboot, the user started getting the message "The macros in this project are disabled". I've set security to low, rebooted Outlook and the PC, deleted and
|
| Opening a Outlook Address Book through Javascript or Vb script language | 06 Jul 2005 15:09 GMT | 1 |
I want to display outlook address book through Javascript or vbscrip language? I have created a OCX(active-x component) and displayed in th browser. But for this we need to change the browser security properties As OCX as unsafe to run in browser it always prompts with a warnin
|
| Need help with Outlook rule option "run a script" | 06 Jul 2005 14:37 GMT | 6 |
I wish to run a custom script as part of a certain Outlook (2003) rule. The problem is whenever I run the "create new rule" wizard and select "run a script" nothing is listed for scripts. I don't even have browse button to go search for the script. The only thing that comes up is a
|
| Automate export folder to Excel | 06 Jul 2005 13:40 GMT | 1 |
I'd like to automate the File --> Import and Export --> Export to Excel --> Outlook folder function. I know it is possible to link an Outlook folder to an Access table, but Excel will work better for my scenario.
|
| COM AddIn Causes Error When OL Closes | 06 Jul 2005 04:48 GMT | 4 |
I have a COM AddIn (ActiveX DLL) and a Property Page (OCX) I've created in separate VB projects. I've compiled thema dn Outlook openas and loads them. However, when I close Outlook, I get an error (similar to a GPF). Any ideas? Thanks in advance!
|
| How to copy all calendar items from PST file to Exchange Folder? | 05 Jul 2005 23:44 GMT | 7 |
I have a situation where I need to copy all the calendar items from a PST calendar folder to an exchange calendar folder. I can do this between the PST calendar folder and a sub-folder but not to an exchange folder.
|
| mousePointer control during Macro | 05 Jul 2005 20:45 GMT | 1 |
I have a macro that calls a DLL. A menu action calls the macro. I need to give the user some indication that it is executing - How do I change the mousePointer to an hourglass shape prior to calling the DLL? I searched the help and found the mousepointer property, but it only ...
|
| Renamed sub now not available to rules | 05 Jul 2005 19:41 GMT | 1 |
Help, Finally got my code working, renamed main sub to tidy it up and now it no longer appears as an avaialbe script, another sub appears that didnt before. Steve
|
| How to change signatures using VBA? | 05 Jul 2005 15:05 GMT | 16 |
After buying the book "Microsoft Outlook Programming" some of my problems were resolved easily, but now i'm stuck with changing signatures using VBA. Till now I haven't found any solution for changing the signature to a specific one (out of four) within the Outlook-settings or ...
|
| Script for printing Daily Calendar and task list | 04 Jul 2005 22:21 GMT | 2 |
Is there any way to print a calendar and activity list each morning? I have looked at writing a Macro, and that does not seem to be possible. Has anyone found a way
|
| Redemption: How to get To-value from new E-Mail (newbie) | 04 Jul 2005 21:35 GMT | 2 |
Hi Newsgroup, how can I get the values from the To/Cc/Bcc-fields of a new (unsent) mail using Redemption? A code example would be highly appreciated.
|
| How to block the user access to a folder | 04 Jul 2005 20:12 GMT | 1 |
the macro I use creates appointments in an calendar folder. I want to know if there is a way to block the user to edit those appointment. If possible, just permit the user to delete them. Thanks,
|