I am trying to close a workbook from a macro. I get the message that there is data on the clipboard and do you want to keep it.
I know there is a way of stopping that message, but I can't remember what it is.
thanks
My log off is very slow. It takes several minutes. One of the little screens on the network connection keeps blinking then they both blink a little. Then it logs off. Any help would be appreciated.
I have a XP machine with an incoming connection setup. The remote access auto connection service is started. It will not answer a call. Is there some more setup to be done?
1st scenario: Have a row of data in an Excel workbook that I would like to append as a record to an Access DB.
2nd scenario: Have opened up an Access DB in Excel with DAO and have made changes to a record. Now I would like to update the Access db with those changes.
Is there any DAO...
Have an Access DB "StoreDB.mdb, with a table called "data" and a date field called "BusDate". If you replace the {#" & DateRange & "#"} with {#9/30/2003#"}, as an example, it works. The value shown in the locals view is correct. What is up?
This...
I am trying to open an Access DB in an Excel VBA. This following code works well, but now I would like to filter the the records by one of the fields in the table "data". Can I add a SQL statement somehow to accomplish that?
Here is my simple example:
Sub GetTable2()
Dim rs As...
Get this error when I run this code.
What is up?
Sub GetTable2()
Dim rs As Recordset
Set rs = DBEngine.OpenDatabase("C:\Sales\StoreDB.mdb").OpenRecordset("Objects")
Range("A1").CopyFromRecordset (rs)
End Sub
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.