Results 1 to 18 of 18

Thread: [RESOLVED] Fill textbox from command button outlook vba

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    736

    Resolved [RESOLVED] Fill textbox from command button outlook vba

    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.

    Code:
    Sub Cmd1_click
    Textbox1.Value = "Test"
    End Sub
    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?
    Last edited by nabbster; Feb 1st, 2008 at 01:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width