Hi title says it all really
I am running Outlook 2003 and the form is IPM.Note
i have managed to find the code editor on outlook(lol very basic), i need to modify an outlook form but before i set out on that journy was just trying some basic stuff fill a textbox from a command button.
did the following it keeps telling me the TextBox1 control is missing but it is on the form.
Button and textbox defiantly exist and i have checked the names i am guessing there maybe a page or form i need to put in front of the textbox1.value?Code:Sub Cmd1_click Textbox1.Value = "Test" End Sub




Reply With Quote