Consulting

Results 1 to 2 of 2

Thread: referencing information between userforms

  1. #1
    VBAX Regular
    Joined
    Sep 2011
    Posts
    17
    Location

    referencing information between userforms

    Hello,
    I am trying to make data from one user form appear in a textbox on another user form.
    currently I have
    transferred_category.Value = ???
    The name of the form I want to reference is "selector" and the data is in a listbox called "Category"

    Can anyone help me please?

    Dave
    Last edited by Aussiebear; 04-16-2023 at 02:19 PM. Reason: Adjusted the code tags

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    transferre_category.Value = selector.Category.Value
    Last edited by Aussiebear; 04-16-2023 at 02:20 PM. Reason: Adjusted the code tags
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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