Hi,
I have a Main report in an Excel sheet with several pivot tables and pivot chart where common dimensions are available.
To prepare a summary of some combinations of Product and Markets, I need a macro that will select options in the different pivot charts, makes a copy in a blank sheet and...
Hi,
I've been working with a vba code to access dat from DB2 into Excel, but I need no to adapt this code to write data in an Access table.
Public Function GetData() As ADODB.Recordset
StrQuery = "SELECT * "
StrQuery = StrQuery & "from Table "
StrQuery = StrQuery & " with UR ;"
Set GetData =...
HI,
I am working on a tool to share data in my department.
The tool is working fine for me and some colleagues, but for others it is not working. The error code is -2147467259, and the description mentions that the file is already opened exclusively by another user (which is not the case).
The...
HI,
I am working on a tool to hare data in my department.
The tool is working fine for me and some colleagues, but for others it is not working. The error code is -2147467259, and the description mentions that the file is already opened exclusively by another user (which is not the case).
The...
Hi,
I've a table listing data for different clients over the last two months
client year month Prod depot act instr
abc 2004 Dec BLUB 120 13 5
abc 2004 Dec TOC 110 10 4
abc 2005 Jan TOC 125 10 4
xyz 2004 Nov TOC 15 2 1
xyz...
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.