PC Review


Reply
Thread Tools Rate Thread

create tabs and add hyperlink to each tab

 
 
=?Utf-8?B?TWF5?=
Guest
Posts: n/a
 
      13th Mar 2007
hi there,

wonder if you could help with the following:

If you could create a macro which can create tabs according to the number of
days of each month, eg 28 tabs for Feb 07, then name it according to the
date, eg 01.02.07, and at the same time create one tab acting as an abstract
which contains hyperlink to each tab.

Sounds really a bit complicated. Your assistance will be much appreciated.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      13th Mar 2007
Here is the first part:


Sub demo()
For i = 1 To 31
v = Format(DateValue("3/" & i & "/2007"), "mm.dd.yyyy")
Set sht = Sheets.Add
sht.Name = v
Next
End Sub



--
Gary''s Student
gsnu200710


"May" wrote:

> hi there,
>
> wonder if you could help with the following:
>
> If you could create a macro which can create tabs according to the number of
> days of each month, eg 28 tabs for Feb 07, then name it according to the
> date, eg 01.02.07, and at the same time create one tab acting as an abstract
> which contains hyperlink to each tab.
>
> Sounds really a bit complicated. Your assistance will be much appreciated.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink Macro / Hide Tabs ccfcrup Microsoft Excel Programming 0 4th Dec 2009 09:15 PM
Can we modify any of the ribbon tabs or create new ribbon tabs? Scott Sornberger Microsoft Excel New Users 2 19th Mar 2008 11:41 AM
How do I create a hyperlink to a cell with the hyperlink function =?Utf-8?B?Uy4gQmV2aW5z?= Microsoft Excel Worksheet Functions 2 20th Jul 2006 08:06 PM
Some tabs not visible in Hyperlink list =?Utf-8?B?U3RpbGxh?= Microsoft Excel Worksheet Functions 0 7th Feb 2006 06:48 PM
Word: I create a hyperlink to a pdf. I ctrl-click on hyperlink, . =?Utf-8?B?QnJ1Y2U=?= Microsoft Word Document Management 0 18th Feb 2005 03:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:31 PM.