Link to home
Start Free TrialLog in
Avatar of Saichand
Saichand

asked on

Output Directory and Link in Text Box

Hi Experts,

i have a textbox (text47) and a command button (cmd01) on a form as shown in the screen shot. when i click the browse button it should ask me to select the output folder and the same should appear in the text box.
User generated image
Thanks,
Rodney.
 
ASKER CERTIFIED SOLUTION
Avatar of Helen Feddema
Helen Feddema
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Note that you need a reference to the Office library to use this code.
The setting of a custom property is optional.
Avatar of Saichand
Saichand

ASKER

i am gettting a compile error saying sub or function not defined at
Call SetProperty(strPropertyName, lngDataType, _
            strPropertyValue)
are these the custom property you were talking about??
helen could you please let me know if setproperty is another sub or function?