Senin, 16 Januari 2012

Re: [ExcelVBA] Re: MonthFunction

 

Thanks a ton..!!!!

________________________________
From: dave heili <davheili@heili.us>
To: ExcelVBA@yahoogroups.com
Sent: Monday, 16 January 2012 3:34 AM
Subject: [ExcelVBA] Re: MonthFunction


 
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]

__._,_.___
Recent Activity:
----------------------------------
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

----------------------------------
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Tidak ada komentar:

Posting Komentar