I have designed a form in outlook with several tabs and VB script to add functionality. I have published the form in a public folder but under some circumstances users still get prompted to 'enable macros', usually when the tabs are filled in.
Can anyone explain why the message occurs when the...
The Item_CustomPropertyChangeevent does not always seem to fire, triggering the Item_CustomPropertyChange procedure
I have a custom form that, amongst other fields, has two combo boxes on it.
The first combo box is populated from a table within an Access 97 database. The code for which resides...
I have written an outlook form with vbScript to control the path of the form through public folders. Today I filled added all of the fields on the multiple page form and the vb scrip - that has not been modified - is giving an operation failed error when the app tries to save the form or move...
Using the following I can hard code a move between folders.
I need to vary this for 100+ folders hopefully using an ini file. So far its been resisting my efforts to feed the path in as a variable - any suggestions gratefully accepted
'public folder path
set MyFolder =...
An answer is nested Do's - there are lots of fields in my problem. Here is a model of the solution I used -you were right a loop could do more
sub cmbTest_click
'outer loop
do
'inner loop
do
n = n + 1
if n = 5 then
msgbox "Exit 1"
exit do
end if
if n = 8 then
msgbox "Exit...
Summary: Is there a alternative for the GOTO statement in vbScript for outlook 98 - if so will it fit the sketch below
I'm having to do a complex e-form in outlook. Worked out how to prepare a printout for customer (Using word) in single case but they want not line by line - I mdled it in VB6...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.