View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Filip Mateasko Filip Mateasko is offline
external usenet poster
 
Posts: 7
Default adding worksheet with spcific name

Sorry,
once more and better:

Sheets.Add
ActiveSheet.Name = "LongProfile"

In the first case I added workbook

Cus :-)

Filip


"SotjeRuud" píše v diskusním příspěvku
...
Hi there,

Can anyone help me with the code to add a worksheet in an excelsheet with

a
specific name?
The name should be "data sheet"

thx in advance
Ruud