Question : From excel 2003 to 2007 problem

Hello there

we upgraded the Pcs in our office all to office 2007 ..

our problem we face is this

all the excel documents are open in compatibility mode . which is ok since our staff can work in the file without any poroblems

some files with high number of records (like 40 000 ) become very slow in 2007

one of the files have Outoshapes inside it (more then 30 000) - dont ask me why becouse i dont know haha - this file open in 5 min while in 2003 it open in secs .

as i read we can convert the file to 2007 by click at office button ---> convert .. to fix the compalitiy problem . and it works for some files but some files it open in compality mode but i cannot convert ( like the file we have problem with)

is there any tool or something to do to fix this issue ?:


Answer : From excel 2003 to 2007 problem

Hi,

No with this code - but there can be problem in font size

Kalkul
1:
2:
3:
4:
5:
6:
7:
8:
Sub ClearFormulaInTextBoxes(WSName As String)
Dim sha As Shape
  For Each sha In Sheets(WSName).Shapes
    If sha.Type = msoTextBox Then
      sha.DrawingObject.Formula = ""
    End If
  Next
End Sub
Random Solutions  
 
programming4us programming4us