J
jose
I don´t Know if what I´m trying to do is right or it´s possible with outlook and vba (or another way)
I´m trying to get the value( via vba) of a new custom control that I made in a new custom form
This is my vba code
Public Sub getcontrol(
Dim MyFolder As MAPIFolde
Dim objPage As Pag
'here a pick my cutom Folder in which I published my new custom for
Set MyFolder = Application.GetNamespace("MAPI").PickFolde
Set Itneg = MyFolder.Items.GetFirs
' I try to get the page in which I have a new custom textbo
Set objPage = Itneg.GetInspector.ModifiedFormPages("My Custom page"
Set objControl = objPage.Controls("TextBox1"
End Su
As I said, I don´t Know if it´s possible, if samebody can help me I´d be gratefull
Thanks a millio
(Excuse my English )
I´m trying to get the value( via vba) of a new custom control that I made in a new custom form
This is my vba code
Public Sub getcontrol(
Dim MyFolder As MAPIFolde
Dim objPage As Pag
'here a pick my cutom Folder in which I published my new custom for
Set MyFolder = Application.GetNamespace("MAPI").PickFolde
Set Itneg = MyFolder.Items.GetFirs
' I try to get the page in which I have a new custom textbo
Set objPage = Itneg.GetInspector.ModifiedFormPages("My Custom page"
Set objControl = objPage.Controls("TextBox1"
End Su
As I said, I don´t Know if it´s possible, if samebody can help me I´d be gratefull
Thanks a millio
(Excuse my English )