Using a VBA forms text box to show the filename path

  • Thread starter Thread starter stevehorton
  • Start date Start date
S

stevehorton

Hi,

I want that when i launch my userform the activesheet saved location i
shown in a text box (textbox1)

How can this be done?

cheers

stev
 
Do you mean that you want the saved location of the workbook to b
displayed? If so, use the following.

TEXTBOX1.TEXT = ACTIVEWORKBOOK.FULLNAM



Rolli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top