creamichoc
New member
- Local time
- Today, 16:13
- Joined
- Jul 29, 2009
- Messages
- 6
Hi,
Basic bit of help required here, have built a userform with a textbox & need to capture the content for use in a subsequent module called from the same form.
I would have thought:
Public Sub Command0_Click()
Me!textname1 = pathforlater
Call CodeABC
End Sub
and then using pathforlater would work ...but it doesn't seem to.
Any pointers, would be gratefully received.
Basic bit of help required here, have built a userform with a textbox & need to capture the content for use in a subsequent module called from the same form.
I would have thought:
Public Sub Command0_Click()
Me!textname1 = pathforlater
Call CodeABC
End Sub
and then using pathforlater would work ...but it doesn't seem to.
Any pointers, would be gratefully received.