LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Replace

HI

I assumed you had a date in the cell. As you have a month name in the
cell you can just use:

cMonth=Left(cells(13,4),3)
cYear=right(cells(13,5),2) ' Change cell reference to suit.

Hopes this helps.
....
Per

On 4 Aug., 21:05, Bishop wrote:
Ok thanks for the idea. *This is what I had to do to make it work:

* * Dim Month As Integer
* * If Cells(13, 4).Value = "January" Then Month = 1
* * If Cells(13, 4).Value = "February" Then Month = 2
* * If Cells(13, 4).Value = "March" Then Month = 3
* * If Cells(13, 4).Value = "April" Then Month = 4
* * If Cells(13, 4).Value = "May" Then Month = 5
* * If Cells(13, 4).Value = "June" Then Month = 6
* * If Cells(13, 4).Value = "July" Then Month = 7
* * If Cells(13, 4).Value = "August" Then Month = 8
* * If Cells(13, 4).Value = "September" Then Month = 9
* * If Cells(13, 4).Value = "October" Then Month = 10
* * If Cells(13, 4).Value = "November" Then Month = 11
* * If Cells(13, 4).Value = "December" Then Month = 12
* * CMonth = MonthName(Month, True)

But, I'm also trying to do the same thing with the year. *The cell value is
going to be 2009, 2010, 2011, etc. *I just need the last 2 digits. *How do I
accomplish that?



"Per Jessen" wrote:
Hi


Try this:


cMonth = MonthName(Month(Cells(13, 4)), True)


Regards,
Per


On 4 Aug., 20:34, Bishop wrote:
I have the following code:


CMonth = (Replace(Cells(13, 4).Value, "*", "???"))


The only value that will be in Cells(13, 4) will be one of the 12 months. *
What I'm trying to do is truncate the month to just the 1st 3 chars. *So if
the month is January, CMonth = Jan. *If it's October, CMonth = Oct. *So on
and so forth. *The way I have it set up it's not working as intended though. *
What am I doing wrong?- Skjul tekst i anførselstegn -


- Vis tekst i anførselstegn -


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and Replace - Replace with Blank Space Studebaker Excel Discussion (Misc queries) 4 April 3rd 23 10:55 AM
Error for a replace. It replace ALL instead of selected column Mathieu Excel Programming 2 October 27th 08 05:19 PM
Replace text with variable using VBA replace code? Mike[_112_] Excel Programming 2 November 9th 06 06:06 PM
How to Replace multiple words to replace using excell ramsun Excel Programming 1 August 10th 06 01:52 PM
find and replace - replace data in rows to separated by commas msdker Excel Worksheet Functions 1 April 15th 06 01:00 AM


All times are GMT +1. The time now is 06:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"