I don't know if this helps but this is what I use.
BrowsFolder = Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & "YOUR FILE PATH", vbNormalFocus
YOUR FILE PATH= the path to the folder you would like to open.
Here you go. Here is the way I use it in my code:
Dim cnn As ADODB.Connection
Dim rst As ADODB.Recordset
Dim cmd As ADODB.Command
Dim cnndb As ADODB.Connection
Dim rstdb As ADODB.Recordset
Dim var As Variant
Dim i As Long
'Get Plants
Set cnn = New ADODB.Connection
cnn.Open...
Hello All,
I currently have a large Access database that needs to be updated daily. The updating process consists of logging on to several servers and then consolidating key data within this database. Would there be code that would automate this process to run at 7:00 before I get to work? Just...
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.