Hi All
What's the best way to update an Excel Chart using VBA?
At the moment, my script does some work to find the cell where the data is, then edits the Formula for the chart, but after a certain number of iterations this gives me a problem.
Like this:
For i = 1 To chart_count + 1
Set...
Hi All
What's the best way to update an Excel Chart using VBA?
At the moment, my script does some work to find the cell where the data is, then edits the Formula for the chart, but after a certain number of iterations this gives me a problem.
Any clues would be greatly received.
This is a bit of a newbie question really. I am trying to use COM to write an Excel spreadsheet from an MSSQL database - limited here by my employers choice of technology.
What I want to do is set up a web script that will gather data from the user: dates, preferences etc, then query the...
Hi
I have a section of VBA code that generates my SQL query, but when I try to use the query it errors.
I have seen found that the query is being split into 1024 character blocks by Access and therefore not providing correct syntax for the query to work.
Is there anything that I can do to...
We are moving from MS Access to MS SQL Server 2000. Some of our Access applications use crosstab queries with the following SQL:
TRANSFORM Count([CHTest3].FacingsX) AS CountOfFacingsX
SELECT [CHTest3].[LM ID Number]
FROM [CHTest3]
GROUP BY [CHTest3].[LM ID Number]
PIVOT [CHTest3].Product;
What...
I am working on a site where I am using a javascript text scroller that I have borrowed for news items. The site is being written in ASP.NET, linking various user controls to build the page. Testing the site locally, I find that the page displays correctly in IE6, but when tested in NN7.1 or...
I am working on a site where I am using a javascript text scroller that I have borrowed for news items. The site is being written in ASP.NET, linking various user controls to build the page. Testing the site locally, I find that the page displays correctly in IE6, but when tested in NN7.1 or...
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.