|
|
|||
| Code Essentials Printer Friendly Version | |||
|
|
Beginner’s section on how to work in the VBA environment, how to work with functions and expressions – generally not specific to Outlook | ||
| Topic | |||
|
|
Looping all controls
Set controlPage = Item.GetInspector.ModifiedFormPages("Message") Dim ctl As Control For Each ctl in controlPage 'code Next ctl I'm trying too loop all controls in message tab, but it pop up an error with "Expected end of statement" with this line "Dim ctl As Control". Eddy 28-Jul-2010 23:35 |
||
|
|
Eddy
29-Jul-2010 07:35
Please ignore this... I've fixed the problem, thanks. |
||
|
|
|||
