Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, Office 2007 specifically Excel 2007 Win XP Proof
I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you need to save the file as a different type, .xlsm.
XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Gary, WIll that still make the file work on 2003 and XP. I've been
saving the file as 97-2003 xls for compatability. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... you need to save the file as a different type, .xlsm. XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you've been saving as xls, I don't think you should be getting that
message. I get it when I save as .xlsx, but not .xls or .xlsm. Darren On Sat, 07 Apr 2007 07:00:46 +0100, BobR wrote: Thanks Gary, WIll that still make the file work on 2003 and XP. I've been saving the file as 97-2003 xls for compatability. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... you need to save the file as a different type, .xlsm. XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you save it as an xls, you should not get that message, but you would lose
any of the new features in 2007, like some of the conditional formatting options and the expanded rows and columns. if you try saving as an xlsx, the 2007 default, you will get that message if you have any macros. -- Gary "BobR" wrote in message ... Thanks Gary, WIll that still make the file work on 2003 and XP. I've been saving the file as 97-2003 xls for compatability. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... you need to save the file as a different type, .xlsm. XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Unfortunately I have to save as xls, and that's all I've been doing it with
because of other computers that I am working with. I get this message on the 97-2003 saving of the xls worksheet and I've got a lot of macros in it. I'll have to do some more homework, thanks so much guys and girls.. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... if you save it as an xls, you should not get that message, but you would lose any of the new features in 2007, like some of the conditional formatting options and the expanded rows and columns. if you try saving as an xlsx, the 2007 default, you will get that message if you have any macros. -- Gary "BobR" wrote in message ... Thanks Gary, WIll that still make the file work on 2003 and XP. I've been saving the file as 97-2003 xls for compatability. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... you need to save the file as a different type, .xlsm. XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'll have to do some more homework
I agree<g. Echoing what Darren and Gary said, I've saved workbooks plenty of times in the xls, 97-03, format with no macro warning. -- Jim "BobR" wrote in message .. . Unfortunately I have to save as xls, and that's all I've been doing it with because of other computers that I am working with. I get this message on the 97-2003 saving of the xls worksheet and I've got a lot of macros in it. I'll have to do some more homework, thanks so much guys and girls.. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... if you save it as an xls, you should not get that message, but you would lose any of the new features in 2007, like some of the conditional formatting options and the expanded rows and columns. if you try saving as an xlsx, the 2007 default, you will get that message if you have any macros. -- Gary "BobR" wrote in message ... Thanks Gary, WIll that still make the file work on 2003 and XP. I've been saving the file as 97-2003 xls for compatability. BOB "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... you need to save the file as a different type, .xlsm. XML file type Extension Workbook .xlsx Macro-enabled workbook .xlsm Template .xltx Macro-enabled template .xltm Non-XML binary workbook .xlsb Macro-enabled add-in .xlam -- Gary "BobR" wrote in message ... Hello, Office 2007 specifically Excel 2007 Win XP Proof I'm getting a msg block while in Excel Microsoft Office "The following features cannot be saved in macro free workbooks. VB Project To save a file with these features, click no, and then choose a macro - enabled file type in the file type list. To continue saving as a macro freee workbook, click yes. I have no idea what it means and can't find a reference in any book. Could someone let me to understand and how to activate macros in 2007 Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display "macro-free workbooks - VB project message" on closing Exc | Excel Discussion (Misc queries) | |||
Is there a "last saved on date/user" macro/function for Excel 2003 | Excel Discussion (Misc queries) | |||
"No more fonts may be applied in this workbook." when saved. Why? | Excel Discussion (Misc queries) | |||
Free books on Charting, Basics, Data Management, Functions; Free Add-In "Excel Usability Enhancer" | Excel Programming | |||
Changes are saved to workbook even though I chose "No" when selecting close | Excel Programming |