Thread: Excel 97
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Chong Chong is offline
external usenet poster
 
Posts: 7
Default Excel 97

Hi Jim Rech,

How do i go about in order for me to make use of the Lotus macro in Excel
2003?
Meaning i need to convert it as vba ?

Regards,
Chong

"Jim Rech" wrote:

You're trying to run a Lotus macro in Excel 2003. Unfortunately Lotus macro
support was dropped after Excel 97.

--
Jim
"Chong" wrote in message
...
|I have an Excel 97 with the following coding in the cell. By press Ctrl-A,
| the formula will be calculated accordingly. But when i open this file in
| Excel 2003, it doest function anymore after i press Ctrl-A. Please help.
|
| {LET E12,0}~
| {LET E13,1}~
| {LET E11,B11}~
| {LET E14,1}~
| {LET E11,E11-E13}~
|