Everytime I want to edit data in my Pivot Table I get this message:
"Cannot change this part of a PivotTable".
How can I allow to edit data field values in a Pivot Table using VBA?
I need to sum all positive values in column A on Sheet1.Typing
=Sumif(A1:A100;">0") in Formula Bar gives an expected result.
But the code
Sub tst()
ThisWorkbook.Worksheets("Sheet1").Cells(1, 101).Value = "=SUMIF(A1:A100;"">0"")"
End Sub
returns an
"Application-defined or object-defined...
I'd like to ask user to pick some values from comboboxes to pass this values as parameters to stored procedures on SQL Server. The problem is that the values in comboboxes should be taken from SQL server database. Should I create a number of ADO Recordests and pass them to comboboxes before...
2 tjax111:
Suppose I have found a solution. This problem occurs when an ATL.dll is missing.
The correct version of ATL.dll can be found and registered on the client computer using one of these 3 methods:
1. Install Microsoft Internet Explorer 6 on the client computer.
2. Manually copy and...
I've made a setup package with Wise for Windows Installer to install all required runtime dll's.
I've downloaded Crystal Reports merge modules and added them to the package. The installation works fine on Win2000, but on Win98 (suppose on Win95/Me as well) it cannot register some dll's showing...
I have an SQL database with two tables
Organization (OrgID OrgName) and
Sale (OrgID SaleDate). Tables are linked by OrgID. The report i've created in CR 9 shows organization and the number of sales for this organzation. Report has a paramter field {?MinSaleCount} and I want to show...
Hi all!
I'm using CR9 and MS SQL Server. My report has two string parameter fields {?DateBegin}
and {?DateEnd}. Parametrs are passed as strings with default format("dd.mm.yyyy hh:mm:ss"). When parameters are passed to a report I try to convert them to datetime (datetime function) and to pass to...
I'm using CR9. Reports are viewed trough VB application. How could I know there is no data in report? If there is no data, i'd like to show some messagebox from VB application and not to print the report. Is it possible?
Thanks for help.
I've created a report using CR9. Option "Save data with report" is off. User opens a report in VB application. Is it possible to set option "Save data with report" on at runtime?
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.