Hi how can i using VBa return a value from another form. The form will be hidden. Regards D
DMc2007 wrote: > how can i using VBa return a value from another form. The form will be > hidden. Expose a public property and query it before destroying the instance... Public Property Get ReturnValue() As Long ReturnValue = whatever End Property -- .NET: It's About Trust! http://vfred.mvps.org