ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   name cannot be same (https://www.excelbanter.com/excel-discussion-misc-queries/216828-name-cannot-same.html)

bmurlidhar

name cannot be same
 
Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar

Dave Peterson

name cannot be same
 
Aren't you given a prompt asking you to rename one of them?

If you are, just give it a nice legal (unique) name.

bmurlidhar wrote:

Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar


--

Dave Peterson

vbrajpara

name cannot be same
 
Hi, what to do when you are opening excel file programmatically through
objects?

Thx

"Dave Peterson" wrote:

Aren't you given a prompt asking you to rename one of them?

If you are, just give it a nice legal (unique) name.

bmurlidhar wrote:

Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar


--

Dave Peterson


Dave Peterson

name cannot be same
 
I'm not sure if it's possible to do this through code.

Maybe (untested!) you could try:
application.displayalerts = false
code to open the workbook
application.displayalerts = true

I'm not sure if these are the kinds of warnings that will respect that
..displayalerts setting.

vbrajpara wrote:

Hi, what to do when you are opening excel file programmatically through
objects?

Thx

"Dave Peterson" wrote:

Aren't you given a prompt asking you to rename one of them?

If you are, just give it a nice legal (unique) name.

bmurlidhar wrote:

Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar


--

Dave Peterson


--

Dave Peterson

vbrajpara

name cannot be same
 
Dave,

Thanks for the reply. I tried it but seems to be no way to resolve this

"Dave Peterson" wrote:

I'm not sure if it's possible to do this through code.

Maybe (untested!) you could try:
application.displayalerts = false
code to open the workbook
application.displayalerts = true

I'm not sure if these are the kinds of warnings that will respect that
..displayalerts setting.

vbrajpara wrote:

Hi, what to do when you are opening excel file programmatically through
objects?

Thx

"Dave Peterson" wrote:

Aren't you given a prompt asking you to rename one of them?

If you are, just give it a nice legal (unique) name.

bmurlidhar wrote:

Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar

--

Dave Peterson


--

Dave Peterson


Dave Peterson

name cannot be same
 
Maybe it's time to bite the bullet and open each of the possible files manually
and fix them that way????

vbrajpara wrote:

Dave,

Thanks for the reply. I tried it but seems to be no way to resolve this

"Dave Peterson" wrote:

I'm not sure if it's possible to do this through code.

Maybe (untested!) you could try:
application.displayalerts = false
code to open the workbook
application.displayalerts = true

I'm not sure if these are the kinds of warnings that will respect that
..displayalerts setting.

vbrajpara wrote:

Hi, what to do when you are opening excel file programmatically through
objects?

Thx

"Dave Peterson" wrote:

Aren't you given a prompt asking you to rename one of them?

If you are, just give it a nice legal (unique) name.

bmurlidhar wrote:

Dear friends

I am finding message "print_area - name cannot be same" this error
while opening 2003 xls file in 2007 version
May be this problem was discussed earlier but please anybody can help
me to come out from this problem

Murlidhar

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 08:28 PM.

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