Results 1 to 5 of 5

Pass Userform values to UF variables

Threaded View

PNCD1957 Pass Userform values to UF... 11-04-2011, 02:00 PM
foxguy Re: Pass Userform values to... 11-04-2011, 04:14 PM
PNCD1957 Re: Pass Userform values to... 11-04-2011, 08:10 PM
foxguy Re: Pass Userform values to... 11-04-2011, 08:13 PM
mikerickson Re: Pass Userform values to... 11-05-2011, 02:18 AM
  1. #1
    Registered User
    Join Date
    11-04-2011
    Location
    Geneva, Switzerland
    MS-Off Ver
    Excel 2010
    Posts
    2

    Pass Userform values to UF variables

    I have read the previous posts (mikerickson) and tried to implement them without success.
    See http://www.excelforum.com/excel-prog...-into-vba.html

    Userform frmData obtains cell ranges in RefEdits and two doubles in text boxes.

    Private Sub cmdSign_Run_Click()
    Hide Me 'Removes the form from the screen
    Dim Result() As Variant 'Container for calculated result
    Result = Test(frmData.rfePassiveData.BoundValue, frmData.rfePassiveData.BoundValue......) 'a call to a Sub that performs calculation on the identified data
    Unload Me 'Removes the form now that the calculation is complete
    End Sub
    The result is Error 91 - object not set or no With.

    I see the Me object in Locals. It includes the RefEdit and Text objects. These seem to have values in three baleces: BoundValue, Value and Text. I have tried all three without success.
    I have tried both explicit Me and frmData in the object names and a With End With statement using Me and frmData, both with no success.

    I am not sure of the problem.
    Error 91 implies that the object is not being referenced, but Me is there. Explicit frmData makes no difference.
    Substituting BoundValue, Value and Text makes no difference.

    I appreciate your Expert help - this is my first experience with Userforms having previously dealt only with User Functions.
    Last edited by PNCD1957; 11-04-2011 at 08:32 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1