Also, forgot to mention, why do I have to open Excel Data manually to refresh the data? The data in all sheets are not automatically refreshing unless I manually open it. Please help.
Thanks,
Sean
That works... Thank you SO much mate! Only thing is, I'd like to surpress the dialogue that states that the file already exists, replace? I wanna save it automatically. Any suggestions?
Private Sub Command33_Click()
On Error GoTo Err_Command33_Click
Dim xlApp As Excel.Application
Dim xlWkbk As Excel.Workbook
Dim xlSht As Excel.Worksheet
Set xlApp = New Excel.Application
xlApp.Visible = True
Set xlWkbk = xlApp.Workbooks.Open("C:\Users\Desktop\Data Entry System.xls")...
Hello mates,
Hope that all is well. I would like to ask for some assistance with this, because i've been pulling my hair out fighting with this. I'm writing a little database that involves both an Access Data Entry.mdb and Excel Data Entry.xls. Access Data Entry has a process where I am...
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.