ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   EXCEL Sving Formats (https://www.excelbanter.com/excel-programming/383168-excel-sving-formats.html)

Lumpjaw

EXCEL Sving Formats
 
I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.

Jim Jackson

EXCEL Sving Formats
 
Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


dkinn

EXCEL Sving Formats
 
check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Jim Jackson

EXCEL Sving Formats
 
I knew there was something weird about my suggestion! :(
--
Best wishes,

Jim


"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Lumpjaw

EXCEL Sving Formats
 
Thanks David for the suggestion, unfortunatly in this case there is no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a single
web page. Now when I open the file and save, it is save in both formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Jim Jackson

EXCEL Sving Formats
 
I tried to re-create your situation with no success. Could there be links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:

Thanks David for the suggestion, unfortunatly in this case there is no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a single
web page. Now when I open the file and save, it is save in both formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Lumpjaw

EXCEL Sving Formats
 
Jim,

I don't believe so it should not matter anyhow because it is the excel doc
that updates the web copy. The single webpage save is saved when ever I save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:

I tried to re-create your situation with no success. Could there be links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:

Thanks David for the suggestion, unfortunatly in this case there is no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a single
web page. Now when I open the file and save, it is save in both formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Jim Jackson

EXCEL Sving Formats
 
Lumpjaw,

I'm sorry but I cannot get the situation to occur. I tried several
different ways and to no avail. This may be redundant but, did you click on
"Tools/Macros" to see if any macros exist in the workbook? That's the last
thing I can think of.
--
Best wishes,

Jim


"Lumpjaw" wrote:

Jim,

I don't believe so it should not matter anyhow because it is the excel doc
that updates the web copy. The single webpage save is saved when ever I save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:

I tried to re-create your situation with no success. Could there be links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:

Thanks David for the suggestion, unfortunatly in this case there is no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a single
web page. Now when I open the file and save, it is save in both formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see what code
shows. You should see the code for saving in both types there and you can
remove the one you don't need ( or just put an ' in front of the line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats when you
click save. One is as a webpage the other is just as Excel. How do I remove
the saving as a webpage? Thanks.


Lumpjaw

EXCEL Sving Formats
 
Yes I did, thanks.

"Jim Jackson" wrote in message
...
Lumpjaw,

I'm sorry but I cannot get the situation to occur. I tried several
different ways and to no avail. This may be redundant but, did you click
on
"Tools/Macros" to see if any macros exist in the workbook? That's the
last
thing I can think of.
--
Best wishes,

Jim


"Lumpjaw" wrote:

Jim,

I don't believe so it should not matter anyhow because it is the excel
doc
that updates the web copy. The single webpage save is saved when ever I
save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:

I tried to re-create your situation with no success. Could there be
links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:

Thanks David for the suggestion, unfortunatly in this case there is
no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a
single
web page. Now when I open the file and save, it is save in both
formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:

check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure
Workbook is
selected in the left dropdown and then in the right dropdown look
for
BeforeSave (or any other in the list that is in bold type) and see
what code
shows. You should see the code for saving in both types there and
you can
remove the one you don't need ( or just put an ' in front of the
line of code
to comment it out )

David

"Jim Jackson" wrote:

Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:

I have an Excel spreadsheet that saves in two different formats
when you
click save. One is as a webpage the other is just as Excel.
How do I remove
the saving as a webpage? Thanks.




Debra Dalgleish

EXCEL Sving Formats
 
It's probably set for AutoRepublish. To turn this feature off:

Open the workbook
Choose FileSave as Web Page
Click Publish
In the Choose list, click Previously published items.
Select the range that you want to stop republishing
Click Remove.
Click Close.
Choose FileSave

Lumpjaw wrote:
Yes I did, thanks.

"Jim Jackson" wrote in message
...

Lumpjaw,

I'm sorry but I cannot get the situation to occur. I tried several
different ways and to no avail. This may be redundant but, did you click
on
"Tools/Macros" to see if any macros exist in the workbook? That's the
last
thing I can think of.
--
Best wishes,

Jim


"Lumpjaw" wrote:


Jim,

I don't believe so it should not matter anyhow because it is the excel
doc
that updates the web copy. The single webpage save is saved when ever I
save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:


I tried to re-create your situation with no success. Could there be
links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:


Thanks David for the suggestion, unfortunatly in this case there is
no code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a
single
web page. Now when I open the file and save, it is save in both
formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:


check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure
Workbook is
selected in the left dropdown and then in the right dropdown look
for
BeforeSave (or any other in the list that is in bold type) and see
what code
shows. You should see the code for saving in both types there and
you can
remove the one you don't need ( or just put an ' in front of the
line of code
to comment it out )

David

"Jim Jackson" wrote:


Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:


I have an Excel spreadsheet that saves in two different formats
when you
click save. One is as a webpage the other is just as Excel.
How do I remove
the saving as a webpage? Thanks.





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


Lumpjaw

EXCEL Sving Formats
 
Perfect! Thanks a lot for the help.

-Lumpjaw

"Debra Dalgleish" wrote in message
...
It's probably set for AutoRepublish. To turn this feature off:

Open the workbook
Choose FileSave as Web Page
Click Publish
In the Choose list, click Previously published items.
Select the range that you want to stop republishing
Click Remove.
Click Close.
Choose FileSave

Lumpjaw wrote:
Yes I did, thanks.

"Jim Jackson" wrote in message
...

Lumpjaw,

I'm sorry but I cannot get the situation to occur. I tried several
different ways and to no avail. This may be redundant but, did you click
on
"Tools/Macros" to see if any macros exist in the workbook? That's the
last
thing I can think of.
--
Best wishes,

Jim


"Lumpjaw" wrote:


Jim,

I don't believe so it should not matter anyhow because it is the excel
doc
that updates the web copy. The single webpage save is saved when ever I
save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on
the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:


I tried to re-create your situation with no success. Could there be
links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:


Thanks David for the suggestion, unfortunatly in this case there is no
code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a
single
web page. Now when I open the file and save, it is save in both
formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:


check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure
Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see
what code
shows. You should see the code for saving in both types there and you
can
remove the one you don't need ( or just put an ' in front of the line
of code
to comment it out )

David

"Jim Jackson" wrote:


Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:


I have an Excel spreadsheet that saves in two different formats
when you
click save. One is as a webpage the other is just as Excel. How do
I remove
the saving as a webpage? Thanks.





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




Debra Dalgleish

EXCEL Sving Formats
 
You're welcome! Thanks for letting me know that it helped.

Lumpjaw wrote:
Perfect! Thanks a lot for the help.

-Lumpjaw

"Debra Dalgleish" wrote in message
...

It's probably set for AutoRepublish. To turn this feature off:

Open the workbook
Choose FileSave as Web Page
Click Publish
In the Choose list, click Previously published items.
Select the range that you want to stop republishing
Click Remove.
Click Close.
Choose FileSave

Lumpjaw wrote:

Yes I did, thanks.

"Jim Jackson" wrote in message
...


Lumpjaw,

I'm sorry but I cannot get the situation to occur. I tried several
different ways and to no avail. This may be redundant but, did you click
on
"Tools/Macros" to see if any macros exist in the workbook? That's the
last
thing I can think of.
--
Best wishes,

Jim


"Lumpjaw" wrote:



Jim,

I don't believe so it should not matter anyhow because it is the excel
doc
that updates the web copy. The single webpage save is saved when ever I
save
the main excel document, 2 different copies. Try this to recreate the
problem...

Save an excel doc on the desktop, then save it as a single webpage on
the
desktop, then try to turn off the saving as a webpage which updates each
time, this is my problem. Thanks,

"Jim Jackson" wrote:



I tried to re-create your situation with no success. Could there be
links in
the web copy, linked back to the xls copy?
--
Best wishes,

Jim


"Lumpjaw" wrote:



Thanks David for the suggestion, unfortunatly in this case there is no
code
for the workbook in any case. The way I did this was like this.

I saved my spreadsheet as a regular Excel doc, than I saved it as a
single
web page. Now when I open the file and save, it is save in both
formats in
two locations. Any other suggestions? thank.

-lumpjaw

"dkinn" wrote:



check out the beforesave event of this workbook.

press Alt+F11
double click on ThisWorkbook and in the code window make sure
Workbook is
selected in the left dropdown and then in the right dropdown look for
BeforeSave (or any other in the list that is in bold type) and see
what code
shows. You should see the code for saving in both types there and you
can
remove the one you don't need ( or just put an ' in front of the line
of code
to comment it out )

David

"Jim Jackson" wrote:



Look for a "Sub Auto_Close()" macro in the modules.

It should have the code lines there that you want to remove.
--
Best wishes,

Jim


"Lumpjaw" wrote:



I have an Excel spreadsheet that saves in two different formats
when you
click save. One is as a webpage the other is just as Excel. How do
I remove
the saving as a webpage? Thanks.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



All times are GMT +1. The time now is 01:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com