Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default problems with XL 2000 files in XL 97

Hi,

I designed a spreadsheet with a user form & code in Excel 2000 and then
opened the files in Excel 97, however although the spreadsheet was visible,
the VBA project was unviewable. I went back into Excel 2000 and removed the
project protection and saved the file in Excel 97 format but the project is
still unviewable in Excel 97.

Any ideas?

Rob
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default problems with XL 2000 files in XL 97

Since xl2000 and xl97 use the same format, it is unclear how you saved in
Excel 97 format. Perhaps you should unprotect the project, then just save
the file and try to open it in Excel 97.

As a general rule, you should do your development in the earliest version of
Excel in which the project will be used.

--
Regards,
Tom Ogilvy

"robw" wrote in message
...
Hi,

I designed a spreadsheet with a user form & code in Excel 2000 and then
opened the files in Excel 97, however although the spreadsheet was

visible,
the VBA project was unviewable. I went back into Excel 2000 and removed

the
project protection and saved the file in Excel 97 format but the project

is
still unviewable in Excel 97.

Any ideas?

Rob



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default problems with XL 2000 files in XL 97

the second option actuall is
Excel 97 - 2000 and xl5/95

so this saves two versions of the file in a single workbook so it can be
opened in xl5/95.

In any event, if you can see the forms and modules in the project explorer,
it usually means the project is unprotected. In xl2000, try exporting all
the code/modules/userforms, then delete them all, then save and close the
file, then open it back up and import everything, then save it. See if that
will open in xl97. If not, then repeat, but move everything to xl97 to do
the import.

--
Regards,
Tom Ogilvy

"ROBW" wrote in message
...
Hi Tom,

WHen I saved in Excel 2000 I get the option to save as a normal Excel
Workbook (*.xls) or as an Excel 97 - 2000 workbook (again *.xls). I tried
the second of these options after the first one didn't work.
Having gone back to XL2000 and saved the file with the project unprotected
in VBA, I can now see the list of individual forms/modules in project
explorer in XL97 but when I try to view the code/form I still get the
"Project Locked - Project is unviewable" error message. It wont even

allow
me to see the project properties to unlock it! I would normaly write the
code in the relevant verion but I'm tring to reuse a file I wrote at a
previous employer with a more up to date version of Office.

Many thanks,

Rob

"Tom Ogilvy" wrote:

Since xl2000 and xl97 use the same format, it is unclear how you saved

in
Excel 97 format. Perhaps you should unprotect the project, then just

save
the file and try to open it in Excel 97.

As a general rule, you should do your development in the earliest

version of
Excel in which the project will be used.

--
Regards,
Tom Ogilvy

"robw" wrote in message
...
Hi,

I designed a spreadsheet with a user form & code in Excel 2000 and

then
opened the files in Excel 97, however although the spreadsheet was

visible,
the VBA project was unviewable. I went back into Excel 2000 and

removed
the
project protection and saved the file in Excel 97 format but the

project
is
still unviewable in Excel 97.

Any ideas?

Rob






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default problems with XL 2000 files in XL 97

Is the workbook "shared"?

Microsoft Knowledge Base concerning "shared" workbooks not allowing "viewing
of project"

http://support.microsoft.com/default...74&Product=xlw

Gord Dibben Excel MVP


-----Original Message-----



On Mon, 23 Aug 2004 07:23:02 -0700, "ROBW"
wrote:

Hi Tom,

WHen I saved in Excel 2000 I get the option to save as a normal Excel
Workbook (*.xls) or as an Excel 97 - 2000 workbook (again *.xls). I tried
the second of these options after the first one didn't work.
Having gone back to XL2000 and saved the file with the project unprotected
in VBA, I can now see the list of individual forms/modules in project
explorer in XL97 but when I try to view the code/form I still get the
"Project Locked - Project is unviewable" error message. It wont even allow
me to see the project properties to unlock it! I would normaly write the
code in the relevant verion but I'm tring to reuse a file I wrote at a
previous employer with a more up to date version of Office.

Many thanks,

Rob

"Tom Ogilvy" wrote:

Since xl2000 and xl97 use the same format, it is unclear how you saved in
Excel 97 format. Perhaps you should unprotect the project, then just save
the file and try to open it in Excel 97.

As a general rule, you should do your development in the earliest version of
Excel in which the project will be used.

--
Regards,
Tom Ogilvy

"robw" wrote in message
...
Hi,

I designed a spreadsheet with a user form & code in Excel 2000 and then
opened the files in Excel 97, however although the spreadsheet was

visible,
the VBA project was unviewable. I went back into Excel 2000 and removed

the
project protection and saved the file in Excel 97 format but the project

is
still unviewable in Excel 97.

Any ideas?

Rob





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Office 2000 Problems tiltech Excel Discussion (Misc queries) 1 July 16th 07 07:21 PM
Excel 2000 filter problems Steve Walford Excel Worksheet Functions 2 June 8th 06 08:31 PM
VBA XP to 2000 problems Leon[_4_] Excel Programming 1 May 12th 04 08:06 PM
Code-signing certificate problems in Excel 2000 with Windows 2000 Aaron Queenan Excel Programming 0 May 6th 04 11:35 AM
2000 to XP VBA problems? Jim[_29_] Excel Programming 1 October 1st 03 11:40 PM


All times are GMT +1. The time now is 06:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"