superb..thanks!!
________________________________
From: Pascal <pascaldaulton@lineone.net>
To: ExcelVBA@yahoogroups.com
Sent: Monday, 16 January 2012 4:52 AM
Subject: [ExcelVBA] Re: MonthFunction
Exactly. An alternative:
Mon = Month([A3])
--- In ExcelVBA@yahoogroups.com, "dave heili" <davheili@...> wrote:
>
> You're referencing variable A3 when you intend to reference cell A3. Try this.
> Mon = Month(Range("A3")) 'the value in A3 is 25/07/1985 and even changed to 07/25/1985
> Using "Range" will refer to the cell.
>
>
>
> --- In ExcelVBA@yahoogroups.com, Nishu Kumar <contactmanish_panwar@> wrote:
> >
> > Hello group,
> >
> > Please assist me to get the current month. the problem is month "12" is coming at all the time whenever i give reference of sheet 1. for example:
> >
> > here is my coding:
> >
> > Sub Mymonth()
> > Dim Mon As Integer
> > Month(Range("a3"))
> > Cells(5, 1).Value = Mon
> > End Sub
> >
> > the answer of above query is 12 which is not correct
> >
> >
> > Please assist me as where i am going astray.
> >
> > Regards,
> > Nishu
> >
> > [Non-text portions of this message have been removed]
> >
>
[Non-text portions of this message have been removed]
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.
----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA
----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com
----------------------------------
Tidak ada komentar:
Posting Komentar