I am trying to open a text file that is on a network, the path I am using is "//server/folder/text.txt"
So the code is like this
Open ""//server/folder/text.txt" For Input As testing
Input #testing, testdata
TextBox1.Value = testdata
Close testing
Put I kept...
The button is in VBA using excel
And I want to send an email through outlook express (Outlook is not installed on the machine)
The code above works but I still get the active x error
Thanks
Sangmond
I was wondering if someone could give me help in setting up a function that will allow me to send an email to someone when I press the "SEND EMAIL" button. The person recieving the email will always be the same. Also I want to send the value of a textbox in the email.
I have been...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.