VBA question - Calling txt file from userform

A

ajliaks

Hi,

When having a userform opened, I need to call and open a txt file.

How can I do that?

Thanks
 
B

Bob Phillips

Just the same as opening a text file from anywhere. You need a trigger event
obviously, such as a button, or checkbox click.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top