Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a problem with macros. I have a Workbook that has macros. It generates some data to the sheets, and it saves herself in another name. But in that copy I don't want the macros anymore. Can I save it without macros? Thnx your answer |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would need a macro to remove the macros. I suspect you would need to
save a copy of it and then remove the macros from that copy. http://www.cpearson.com/excel/vbe.htm will provide the information you need (Chip Pearson's site). -- Regards, Tom Ogilvy "Quake" wrote in message ... Hi all, I have a problem with macros. I have a Workbook that has macros. It generates some data to the sheets, and it saves herself in another name. But in that copy I don't want the macros anymore. Can I save it without macros? Thnx your answer |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's not possible as such.
What you can do is, instead of saving as, use workbooks.add method to create a new workbok, copy the sheets from the workbooks having macro, to the new workbook and then save the new workbook giving desired name. Sharad "Quake" wrote in message ... Hi all, I have a problem with macros. I have a Workbook that has macros. It generates some data to the sheets, and it saves herself in another name. But in that copy I don't want the macros anymore. Can I save it without macros? Thnx your answer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove an asigned macros | Excel Discussion (Misc queries) | |||
Remove all macros and objects in Excel, Save and Quit | Excel Discussion (Misc queries) | |||
How to remove excel macros still there after normal delete? | Excel Discussion (Misc queries) | |||
Remove macros from spreadsheet | Excel Discussion (Misc queries) | |||
Remove Macros from Workbook | Excel Programming |