I am trying to send a direct message via the Twitter API from Access 2000 VBA.I can post a status update to my Twitter account with the following code:
I´m trying to rename an Access Table using VBA from 开发者_JAVA技巧Excel... any help?Here\'s an example from one of my programs (which still is in daily use at the company). It\'s taken from a vb6 pr
Excel problem:User clicks a button and VBA parses an input file, putting data into cells in the spreadsheet.Then she mails copies of the spreadsheet to people who do work with the data.
I have a 13 row range with the first row a header row and the next 12 rows filled in by a QueryTable. The query will return at most 12 rows, but possibly less. Below this range I have a totals row.
Is there some limit to what I can select in a range via VBA?Basically what I found is that if I were to hide an entire row while in a loop, it takes quite a while if there are lots of rows to hide.
I have a stored procedure that manipulates some data in an excel spreadsheet. I am importing data by creating a QueryTable object. I would like to set TextFileColu开发者_开发知识库mnDataTypes property
I need to crop an image on a Powerpoint slide using VBA - in my particular case I\'m cropping from the top and left edges.开发者_JAVA技巧
I am trying to create a check constraint on an access (jet?) table. So, I open the .mdb file with access, go into queries->create query in design view,
The following VBA subroutine will run most queries just fine. (ie: SELECT * FROM DUAL) Sub DisplayQuery(QueryString As String)
So I have this global mapping scheme, and each country on it are individual shapes. I learned how to manipulate colors/fill based on certain criteria. So the way I do this, or the way I know how is on