View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
יריב החביב יריב החביב is offline
external usenet poster
 
Posts: 11
Default save\change sheet name

excellent,

that wkat i need

thank you



--
תודה רבה


"RyanH" wrote:

I read what you wanted again and maybe this is what you wanted

Sub WksName()

'this will change the first sheets name to "Sheet1"
Worksheets(1).Name = "Sheet1"

End Sub

Hope this helps! If so, please click "Yes" this was helpful.
--
Cheers,
Ryan


"יריב החביב" wrote:

Hello,

We get emulation report on excel from oracle softwere

and we link it to access database.

we save (with excel macro ) the report to name that access "know",

but it is not enough, because the sheet of the excei file change it's name

with every report and access dont recognize those names.

(it recogize the name 'sheet 1' ).

How do i save the excel sheet name ( with macro code )

to the name 'sheet 1' witout having known the sheet name ?
(original from emulation)

Thank you




--
תודה רבה