G
Gavin
I are trying to remotely distribute code which will create
a new users folder structure whereby mail that is received
will automatically populate the remotely created folder
structure. This supports a bigger system whereby users
will be ongoingly notified of changes to a particular
process, without distressing their already bulging inbox.
The remote process is achieved via the user running the
code from within an Excel file which is sent to their
Email accounts.
Creating the new Folder structure works fine, however, I
am stumbling over the rules. I can't get to program the
rules wizard object, neither does copying the file that is
created by the wizard work.
So I resorted to programing the rules within the action
NEW_Mail which works fine, but I need to get this code
remotely into the clients Outlook VBA.
I found this bit of code within the Library VBE.dll which
works in Excel:
Application.VBE.ActiveVBProject.VBComponents.Import
("import.bas"). (Where application should be any Office
App)
but it dosn't work in Outlook!!!!
Any ideas on this, or is there another solution
a new users folder structure whereby mail that is received
will automatically populate the remotely created folder
structure. This supports a bigger system whereby users
will be ongoingly notified of changes to a particular
process, without distressing their already bulging inbox.
The remote process is achieved via the user running the
code from within an Excel file which is sent to their
Email accounts.
Creating the new Folder structure works fine, however, I
am stumbling over the rules. I can't get to program the
rules wizard object, neither does copying the file that is
created by the wizard work.
So I resorted to programing the rules within the action
NEW_Mail which works fine, but I need to get this code
remotely into the clients Outlook VBA.
I found this bit of code within the Library VBE.dll which
works in Excel:
Application.VBE.ActiveVBProject.VBComponents.Import
("import.bas"). (Where application should be any Office
App)
but it dosn't work in Outlook!!!!
Any ideas on this, or is there another solution