ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   inserting a worksheet (https://www.excelbanter.com/excel-discussion-misc-queries/259942-inserting-worksheet.html)

ysam4440

inserting a worksheet
 
is there any way of inserting a worksheet that does not have a sheet number
on it. would be handy for using in macros.

FSt1

inserting a worksheet
 
hi
no. the sheet number is how excel keeps track of everything. even if you
change the name of the sheet to a non-number name, excel still keep the sheet
number in the background.
but people have aways gotten around this problem with macros. what problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet number
on it. would be handy for using in macros.


ysam4440

inserting a worksheet
 
howdy
i want a macro to insert a worksheet then name it. when i try to do this
with a second worksheet the macro overwrites the first worksheet

"FSt1" wrote:

hi
no. the sheet number is how excel keeps track of everything. even if you
change the name of the sheet to a non-number name, excel still keep the sheet
number in the background.
but people have aways gotten around this problem with macros. what problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet number
on it. would be handy for using in macros.


Gord Dibben

inserting a worksheet
 
You cannot name a sheet same as another so you must check to see if that
sheetname exists then add a sheet with an alternate name.

Post the code you have tried.

What pattern of name would you want?


Gord Dibben MS Excel MVP

On Wed, 7 Apr 2010 17:02:01 -0700, ysam4440
wrote:

howdy
i want a macro to insert a worksheet then name it. when i try to do this
with a second worksheet the macro overwrites the first worksheet

"FSt1" wrote:

hi
no. the sheet number is how excel keeps track of everything. even if you
change the name of the sheet to a non-number name, excel still keep the sheet
number in the background.
but people have aways gotten around this problem with macros. what problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet number
on it. would be handy for using in macros.



ozgrid.com

inserting a worksheet
 
Sheet insertion will NOT "overwrite" ANY sheet.



--
Regards
Dave Hawley
www.ozgrid.com
"ysam4440" wrote in message
...
howdy
i want a macro to insert a worksheet then name it. when i try to do this
with a second worksheet the macro overwrites the first worksheet

"FSt1" wrote:

hi
no. the sheet number is how excel keeps track of everything. even if you
change the name of the sheet to a non-number name, excel still keep the
sheet
number in the background.
but people have aways gotten around this problem with macros. what
problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet
number
on it. would be handy for using in macros.



ysam4440

inserting a worksheet
 
Hi
the macro insets a new sheet then copies another sheet onto it. i then
rename the sheet. when you try to do this again the macro looks for the
original sheet number and overwrites the information in it. it sounds like
what I want to do is not possible.

"Gord Dibben" wrote:

You cannot name a sheet same as another so you must check to see if that
sheetname exists then add a sheet with an alternate name.

Post the code you have tried.

What pattern of name would you want?


Gord Dibben MS Excel MVP

On Wed, 7 Apr 2010 17:02:01 -0700, ysam4440
wrote:

howdy
i want a macro to insert a worksheet then name it. when i try to do this
with a second worksheet the macro overwrites the first worksheet

"FSt1" wrote:

hi
no. the sheet number is how excel keeps track of everything. even if you
change the name of the sheet to a non-number name, excel still keep the sheet
number in the background.
but people have aways gotten around this problem with macros. what problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet number
on it. would be handy for using in macros.


.


ozgrid.com

inserting a worksheet
 
Why not simply copy the sheet you want duplicated, or create a worksheet
template?
http://www.ozgrid.com/Excel/excel-wo...-templates.htm

it sounds like what I want to do is not possible.

I doubt it, but you will HAVE to detail exactly what you are trying to do.



--
Regards
Dave Hawley
www.ozgrid.com


"ysam4440" wrote in message
...
Hi
the macro insets a new sheet then copies another sheet onto it. i then
rename the sheet. when you try to do this again the macro looks for the
original sheet number and overwrites the information in it. it sounds like
what I want to do is not possible.

"Gord Dibben" wrote:

You cannot name a sheet same as another so you must check to see if that
sheetname exists then add a sheet with an alternate name.

Post the code you have tried.

What pattern of name would you want?


Gord Dibben MS Excel MVP

On Wed, 7 Apr 2010 17:02:01 -0700, ysam4440
wrote:

howdy
i want a macro to insert a worksheet then name it. when i try to do this
with a second worksheet the macro overwrites the first worksheet

"FSt1" wrote:

hi
no. the sheet number is how excel keeps track of everything. even if
you
change the name of the sheet to a non-number name, excel still keep
the sheet
number in the background.
but people have aways gotten around this problem with macros. what
problems
are you having?

Regards
FSt1

"ysam4440" wrote:

is there any way of inserting a worksheet that does not have a sheet
number
on it. would be handy for using in macros.


.




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

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