Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We have a Excel sheet that loads raw data from csv files.
On excelö 2003 and below works perfectly but on 2007 we get application or object defined error. When calling OnAction from ChartObjects, I'd tried to find a soilution and so far none has been satisfactry, Is ther a way not to recode and use a kind of compatibility mode... IS quite annoing that former versions of OFFICE cant be supported. example :----- Option Explicit Private Sub Worksheet_Activate() Dim ch_ As ChartObject For Each ch_ In Me.ChartObjects ch_.OnAction = "'" & ThisWorkbook.Name & "'!Cover.ZoomChart" Next ch_ Range("B3").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
xls(2003) macro.. make error in 2007 office event ID 1000 | Setting up and Configuration of Excel | |||
2003 created Workbook casuses error when macro runs in 2007 | Excel Programming | |||
2003 macro generates compiler error on 2007 | Excel Worksheet Functions | |||
Error transporting excel 2007 macro to excel 2003. | Excel Programming | |||
Unexpected Error in 2003 for 2007 | Setting up and Configuration of Excel |