Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming
|
|||
|
|||
![]()
hello everyone,
There is a simple form in Excel: one button, and one textbox. The button has a CommandButton1_Click() procedure defined as a call to the following subroutine: Public Sub ChooseUniverse() Dim sFile As String sFile = Application.GetOpenFilename(FileFilter:= _ "TXT Files (*.txt), *.txt", FilterIndex:=1, _ Title:="Choose TXT File...") End Sub I tried to figure out if it was possible to pass the sFile value to the textbox so that after choosing a file its path would be visible in the textbox, but I failed at looking for some understandable examples. Does anybody know it is possible and how can be done? I would appreciate any suggestions or hints, or a link to some tutorial (with Excel). thank you, DD ps. Follow-Up To: microsoft.public.excel.programming |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop-down list on simple excel 2003 form using "form" from data me | Excel Discussion (Misc queries) | |||
Help with simple form | Excel Programming | |||
Help with a simple form | Excel Programming | |||
Help with a simple form | Excel Discussion (Misc queries) | |||
I need a simple PO form | Excel Discussion (Misc queries) |