Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the application.getfile in the following
manner to send the selected applications path to a variable. But I don't know how to send it to a textbox. dim strpath as string application.getopenfilename = strpath Thanks Edward |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim strpath as string
strPath = application.getopenfilename Useform1.Textbox1.Value = strPath -- Regards, Tom Ogilvy ed wrote in message ... I am using the application.getfile in the following manner to send the selected applications path to a variable. But I don't know how to send it to a textbox. dim strpath as string application.getopenfilename = strpath Thanks Edward |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Textbox value based on another textbox value.doc | Excel Discussion (Misc queries) | |||
Calculate Textbox value based on another textbox value | Excel Discussion (Misc queries) | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
How to assign value to a textbox. | Excel Worksheet Functions | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |