Hi,
I have html code stored in a table (ie. as strings).
How can I save each record in the table as an html file so that the WebBrowser control can show them?
Alternatively can the html be directly fed into the control?
Cheers.
Hi,
I need to find all the profiles used by Outlook by the current user in VBA. I have code to find the default one, but need a list of all of them.
Cheers - Jon.
The problem is with the " character.
Try this:
Dim myString1 as string
Dim myString2 as string
myString1 = "Linked to issue no. " & [Forms]![Form1]![Submain].[Form]![sitesubform].[Form]![issuecode]
myString2 = [Forms]![Form1]![Submain].[Form]![sitesubform].[Form]![Mainno]...
Hi,
Upon opening an Access 97 database I retrieve the Win NT username and store it in a table so I know who is using the database.
Is there anyway to retrieve the users email address from outlook?
I've looked through loads of threads about outlook and access vba stuff, but nothing helps as...
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.