View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
eijaz eijaz is offline
external usenet poster
 
Posts: 7
Default multilple sheets using days of curr month!

Dear all,

i hv few questions:
1) How to write a procedure to automatically create a no of sheets as the no
of days in a month with the sheet names as 01, 02, 03...31...etc

2) how to write a procedure which will automatically create a sheet each
day, by concatenating the current date & a text such as "Comments", for the
Sheetname.
e.g the Sheet names would be created as " Comments-10292003",
"Comments-10302003" etc for each current day....?

3) How to check whether a sheet has already been created & not create it by
the same name again, but just append data to it.
tried Worksheet.Add method, but it only adds addnl worksheets, not append to
existing one.....

4) Made a Data Entry Template for transport reimbursement (voucher), which
is shared over a network. Is it possible to generate a Random Aplhanumeric #
for every user who fills in his reimbursement details( the details will
automatically be stored on a seperate excel workbook with the unique
aplhanumeric no along with the date when it was filled.

Can anybody help? any help would be really appreciated.

Thank & best rgds,

Eijaz