HELP: Problems converting Excel 2000 file to Excel 95/97 format (buttons, dropdowns, modules) 
Author Message
 HELP: Problems converting Excel 2000 file to Excel 95/97 format (buttons, dropdowns, modules)

I have an Excel 2000 file that I converted to Excel 95/97 format. On
the sheets (NOT "dialog" sheets, just normal!) I have used several
command buttons (non-dialog buttons), dropdowns, etc..

When I open the file in Excel 97 the buttons, dropdowns, etc have
changed to (it seems) dialog-related buttons.  How do I know?  When I
click on the button it puts handles around the button and there is no
way to click the button.  (I am in perpetual design mode it seems.)  In
addition, when I goto the VBE all of my code that resided in the sheets
are GONE!  The only code left is the one in the modules.

Are these known conversion issues?

Any ideas on how I can fix this?


Thanks in advance,
Robert

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Wed, 18 Jun 1902 08:00:00 GMT  
 HELP: Problems converting Excel 2000 file to Excel 95/97 format (buttons, dropdowns, modules)
Thank you John!

Rather than converted the XL file to version 95, I converted it to 97 (from
2000).  It works great!  Thanks for your help!

Robert


Robert,

Either you mean that you converted the file to Excel 5/95 format and opened
it in
Excel 97, or that you converted to Excel 5/95 & 97 dual format and opened it
in
Excel 95.

These are known conversion issues. There was a major change in Excel 97 with
the
introduction of class modules supporting event procedures and ActiveX
controls.

Excel 5/95 format does not support ActiveX controls (from the Control
Toolbox
toolbar) and does not support class modules (such as those behind
worksheets), so
ActiveX controls are converted to pictures and the class modules disappear.
Also,
there is no such feature as Design Mode in Excel 5/97.

If you want controls that work in both formats, you need to use the controls
from
the Forms toolbar,

John Green (Excel MVP)
Sydney
Australia

Please post all replies to NewsGroups

Quote:


> Newsgroups: microsoft.public.excel.programming
> Subject: HELP: Problems converting Excel 2000 file to Excel 95/97 format

(buttons, dropdowns, modules)
Quote:
> Date: Tue, 07 Nov 2000 14:38:36 GMT

> I have an Excel 2000 file that I converted to Excel 95/97 format. On
> the sheets (NOT "dialog" sheets, just normal!) I have used several
> command buttons (non-dialog buttons), dropdowns, etc..

> When I open the file in Excel 97 the buttons, dropdowns, etc have
> changed to (it seems) dialog-related buttons.  How do I know?  When I
> click on the button it puts handles around the button and there is no
> way to click the button.  (I am in perpetual design mode it seems.)  In
> addition, when I goto the VBE all of my code that resided in the sheets
> are GONE!  The only code left is the one in the modules.

> Are these known conversion issues?

> Any ideas on how I can fix this?


> Thanks in advance,
> Robert

> Sent via Deja.com http://www.deja.com/
> Before you buy.



Wed, 18 Jun 1902 08:00:00 GMT  
 HELP: Problems converting Excel 2000 file to Excel 95/97 format (buttons, dropdowns, modules)
Robert,

Either you mean that you converted the file to Excel 5/95 format and opened it in
Excel 97, or that you converted to Excel 5/95 & 97 dual format and opened it in
Excel 95.

These are known conversion issues. There was a major change in Excel 97 with the
introduction of class modules supporting event procedures and ActiveX controls.

Excel 5/95 format does not support ActiveX controls (from the Control Toolbox
toolbar) and does not support class modules (such as those behind worksheets), so
ActiveX controls are converted to pictures and the class modules disappear. Also,
there is no such feature as Design Mode in Excel 5/97.

If you want controls that work in both formats, you need to use the controls from
the Forms toolbar,

John Green (Excel MVP)
Sydney
Australia

Please post all replies to NewsGroups

Quote:


> Newsgroups: microsoft.public.excel.programming
> Subject: HELP: Problems converting Excel 2000 file to Excel 95/97 format

(buttons, dropdowns, modules)
Quote:
> Date: Tue, 07 Nov 2000 14:38:36 GMT

> I have an Excel 2000 file that I converted to Excel 95/97 format. On
> the sheets (NOT "dialog" sheets, just normal!) I have used several
> command buttons (non-dialog buttons), dropdowns, etc..

> When I open the file in Excel 97 the buttons, dropdowns, etc have
> changed to (it seems) dialog-related buttons.  How do I know?  When I
> click on the button it puts handles around the button and there is no
> way to click the button.  (I am in perpetual design mode it seems.)  In
> addition, when I goto the VBE all of my code that resided in the sheets
> are GONE!  The only code left is the one in the modules.

> Are these known conversion issues?

> Any ideas on how I can fix this?


> Thanks in advance,
> Robert

> Sent via Deja.com http://www.deja.com/
> Before you buy.



Sun, 27 Apr 2003 05:45:13 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Converting Excel 97 files to Excel 7.0 (95) files

2. Problem converting Excel 95 to Excel 97 macro

3. Big trouble converting excel VBA app excel 95 to excel 97

4. Converting Excel 97 worksheets to Excel 95 (don't have 97)

5. Format of embedded Excel when converting from Word 97 to Word 95

6. Excel file going from 700K to 6MB to 1.7 MB from Excel 2000 to Excel 95

7. Slow Recalculation in Excel 97 in a converted Excel 95 spreadsheet

8. convert macro written in Excel 95 to excel 97

9. Excel 95 VBA (Macros) convert them into Excel 97

10. Converting from Excel 97 to Excel 95


 
Powered by phpBB® Forum Software © phpBB Group