$$Excel-Macros$$ Re: Macro to create attendance Sheet for each Employee

2013-01-01 Thread prkhan56
Hello Lalit
I cannot see the complete code. If I go and check the original and paste 
the code I get lot of unwanted characters in the code
If you cannot send me in a file then can you please send the code to me as 
a text file.
thanks for your time and help
Rashid Khan
 

On Monday, December 31, 2012 3:09:26 PM UTC+4, Lalit Mohan Pandey wrote:

 Hi Rashid, 

 Sorry i can't upload file so please follow the given steps:

 *Step 1:-   First create a sample sheet for output report with all the 
 formatting and formula and please make sure it should be for 31 rows as
 *
 *max day in a month is 31.*
 *Step 2:-   Press Alt + F11 and Alt + I + M and paste below code *
 *
 *
 *Option Explicit

 Sub GetEmployeeAttendance()

 Dim wksSht  As Worksheet
 Dim wksReport   As Worksheet
 Dim rngRangeAs Range
 Dim varData()   As Variant
 Dim varName()   As Variant
 Dim varDate()   As Variant
 Dim varFinal()  As Variant
 Dim lngLoopName As Long
 Dim lngLoopDate As Long
 Dim lngCountAs Long
 Const strFormulaAs String = =A1  |  
 TEXT(B1,m/d/)
 Const strTmpSht As String = Temp_Sht
 Const strDataStartCell  As String = A1
 Const strFinalDataStartCell As String = D8
 Const strReportMonthCellAs String = C2
 Const strEmpNameCellAs String = C5
 Const strSampleFileName As String = Sample
 
 ReDim varData(0)
 
 With ThisWorkbook.Worksheets(Master)
 Set rngRange = 
 .Range(strDataStartCell).Resize(.Cells(.Rows.Count, 1).End(xlUp).Row, 2)
 varData = rngRange.Value
 End With
 
 If UBound(varData)  0 Then
 
 Application.DisplayAlerts = False
 
 On Error Resume Next
 Worksheets(strTmpSht).Delete
 On Error GoTo 0: Err.Clear
 
 Set wksSht = Worksheets.Add
 With wksSht
 .Name = strTmpSht
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 .Resize(UBound(varData), 1).RemoveDuplicates Columns:=1, 
 Header:=xlYes
 End With
 varName = Intersect(.Range(strDataStartCell, 
 .Cells(.Rows.Count, 1).End(xlUp)), .Range(strDataStartCell, 
 .Cells(.Rows.Count, 1).End(xlUp)).Offset(1)).Value
 varName = Application.Transpose(varName)
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).Formula = strFormula
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).Value = .Resize(UBound(varData), 1).Offset(, UBound(varData, 2)).Value
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).RemoveDuplicates Columns:=1, Header:=xlYes
 End With
 varDate = .Range(.Range(strDataStartCell).Offset(1, 
 UBound(varData, 2)), .Cells(.Rows.Count, UBound(varData, 2) + 
 1).End(xlUp)).Value
 varDate = Application.Transpose(varDate)
 .Cells.Clear
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 End With
 End With
 
 With wksSht
 Set rngRange = .Range(strDataStartCell).CurrentRegion
 rngRange.Resize(1, 1).Offset(, 7).Formula = 
 =IFERROR(TEXT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, 
 , , 1)  ),), ) 'Year
 rngRange.Resize(1, 1).Offset(, 8).Formula = 
 =IFERROR(TEXT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, 
 , , 1)  ),), ) 'Month
 rngRange.Resize(1, 1).Offset(, 9).Formula = 
 =IFERROR(INT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, , 
 , 1)  )), ) 'Date
 rngRange.Resize(1, 1).Offset(, 10).Formula = 
 =IFERROR(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, , , 
 1)  ), ) 'Min
 rngRange.Resize(1, 1).Offset(, 11).Formula = 
 =IFERROR(SUBTotal(104,  rngRange.Resize(, 1).Offset(, 1).Address(, , , 
 1)  ), ) 'Max
 With rngRange.Resize(1, 2)
 .AutoFilter
 For lngLoopName = LBound(varName) To UBound(varName)
 ReDim varFinal(1 To 31, 1 To 3)
 lngCount = 0
 rngRange.AutoFilter Field:=1, 
 Criteria1:=varName(lngLoopName)
 For lngLoopDate = LBound(varDate) To UBound(varDate)
 If varDate(lngLoopDate) Like varName(lngLoopName) 
  |* Then
 rngRange.AutoFilter Field:=2, 
 Operator:=xlFilterValues, Criteria2:=Array(2, 

$$Excel-Macros$$ Introduce Yourself !!

2013-01-01 Thread Francis Mukobi
I am called Francis Mukobi. Am an IT Manager who is deeply in love with 
computer programming. Am here to learn from you and perhaps impart what I have.


Francis Mukobi
Business Development
Frank Web Hosts
http://frankhost.net

Phone : +256 752 954 723

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Introduce Yourself !!

2013-01-01 Thread Prince
Welcome Francis 

On Tuesday, January 1, 2013 2:03:51 PM UTC+5:30, Francis Mukobi wrote:

 I am called Francis Mukobi. Am an IT Manager who is deeply in love with 
 computer programming. Am here to learn from you and perhaps impart what I 
 have.


 Francis Mukobi
 Business Development
 Frank Web Hosts
 http://frankhost.net

 Phone : +256 752 954 723



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Macro to create attendance Sheet for each Employee

2013-01-01 Thread Lalit Mohan Pandey
Hi Rashid,

Sorry for that i will send you the file by today evening itself

Regards,
Lalit Mohan

On Tuesday, 1 January 2013 13:37:21 UTC+5:30, prkhan56 wrote:

 Hello Lalit
 I cannot see the complete code. If I go and check the original and paste 
 the code I get lot of unwanted characters in the code
 If you cannot send me in a file then can you please send the code to me as 
 a text file.
 thanks for your time and help
 Rashid Khan
  

 On Monday, December 31, 2012 3:09:26 PM UTC+4, Lalit Mohan Pandey wrote:

 Hi Rashid, 

 Sorry i can't upload file so please follow the given steps:

 *Step 1:-   First create a sample sheet for output report with all the 
 formatting and formula and please make sure it should be for 31 rows as
 *
 *max day in a month is 31.*
 *Step 2:-   Press Alt + F11 and Alt + I + M and paste below code *
 *
 *
 *Option Explicit

 Sub GetEmployeeAttendance()

 Dim wksSht  As Worksheet
 Dim wksReport   As Worksheet
 Dim rngRangeAs Range
 Dim varData()   As Variant
 Dim varName()   As Variant
 Dim varDate()   As Variant
 Dim varFinal()  As Variant
 Dim lngLoopName As Long
 Dim lngLoopDate As Long
 Dim lngCountAs Long
 Const strFormulaAs String = =A1  |  
 TEXT(B1,m/d/)
 Const strTmpSht As String = Temp_Sht
 Const strDataStartCell  As String = A1
 Const strFinalDataStartCell As String = D8
 Const strReportMonthCellAs String = C2
 Const strEmpNameCellAs String = C5
 Const strSampleFileName As String = Sample
 
 ReDim varData(0)
 
 With ThisWorkbook.Worksheets(Master)
 Set rngRange = 
 .Range(strDataStartCell).Resize(.Cells(.Rows.Count, 1).End(xlUp).Row, 2)
 varData = rngRange.Value
 End With
 
 If UBound(varData)  0 Then
 
 Application.DisplayAlerts = False
 
 On Error Resume Next
 Worksheets(strTmpSht).Delete
 On Error GoTo 0: Err.Clear
 
 Set wksSht = Worksheets.Add
 With wksSht
 .Name = strTmpSht
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 .Resize(UBound(varData), 1).RemoveDuplicates Columns:=1, 
 Header:=xlYes
 End With
 varName = Intersect(.Range(strDataStartCell, 
 .Cells(.Rows.Count, 1).End(xlUp)), .Range(strDataStartCell, 
 .Cells(.Rows.Count, 1).End(xlUp)).Offset(1)).Value
 varName = Application.Transpose(varName)
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).Formula = strFormula
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).Value = .Resize(UBound(varData), 1).Offset(, UBound(varData, 2)).Value
 .Resize(UBound(varData), 1).Offset(, UBound(varData, 
 2)).RemoveDuplicates Columns:=1, Header:=xlYes
 End With
 varDate = .Range(.Range(strDataStartCell).Offset(1, 
 UBound(varData, 2)), .Cells(.Rows.Count, UBound(varData, 2) + 
 1).End(xlUp)).Value
 varDate = Application.Transpose(varDate)
 .Cells.Clear
 With .Range(strDataStartCell)
 .Resize(UBound(varData), UBound(varData, 2)).Value = 
 varData
 End With
 End With
 
 With wksSht
 Set rngRange = .Range(strDataStartCell).CurrentRegion
 rngRange.Resize(1, 1).Offset(, 7).Formula = 
 =IFERROR(TEXT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, 
 , , 1)  ),), ) 'Year
 rngRange.Resize(1, 1).Offset(, 8).Formula = 
 =IFERROR(TEXT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, 
 , , 1)  ),), ) 'Month
 rngRange.Resize(1, 1).Offset(, 9).Formula = 
 =IFERROR(INT(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, , 
 , 1)  )), ) 'Date
 rngRange.Resize(1, 1).Offset(, 10).Formula = 
 =IFERROR(SUBTotal(105,  rngRange.Resize(, 1).Offset(, 1).Address(, , , 
 1)  ), ) 'Min
 rngRange.Resize(1, 1).Offset(, 11).Formula = 
 =IFERROR(SUBTotal(104,  rngRange.Resize(, 1).Offset(, 1).Address(, , , 
 1)  ), ) 'Max
 With rngRange.Resize(1, 2)
 .AutoFilter
 For lngLoopName = LBound(varName) To UBound(varName)
 ReDim varFinal(1 To 31, 1 To 3)
 lngCount = 0
 rngRange.AutoFilter Field:=1, 
 Criteria1:=varName(lngLoopName)
 For lngLoopDate = LBound(varDate) To UBound(varDate)
  

$$Excel-Macros$$ Re: Excel Fun Video

2013-01-01 Thread Lalit Mohan Pandey
Animation rocks

On Tuesday, 1 January 2013 16:16:52 UTC+5:30, amar takale wrote:

 Dear my all Excel Group Members,

 I found Excel fun Video on Internet while searching Excel Solution  I 
 like very much.I hope you all like it fun Video.So I  attached this 
 Excel.Enjoy every excel users.

 Regards

 Amar



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Excel Fun Video

2013-01-01 Thread Prince
Cool and Nice :)


Regards
Prince

On Tuesday, January 1, 2013 4:16:52 PM UTC+5:30, amar takale wrote:

 Dear my all Excel Group Members,

 I found Excel fun Video on Internet while searching Excel Solution  I 
 like very much.I hope you all like it fun Video.So I  attached this 
 Excel.Enjoy every excel users.

 Regards

 Amar



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Excel Fun Video

2013-01-01 Thread Manoj Srivastava
too good.

Wish you a very happy new year...

On Tue, Jan 1, 2013 at 4:16 PM, amar takale amartak...@gmail.com wrote:

 Dear my all Excel Group Members,

 I found Excel fun Video on Internet while searching Excel Solution  I
 like very much.I hope you all like it fun Video.So I  attached this
 Excel.Enjoy every excel users.

 Regards

 Amar

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Fwd: Select Unique values

2013-01-01 Thread Rajesh thrissur
Hi Experts,

Please refer the attached file  tell me
How to select employee names from the column B and display in Column D
after removing the duplicate.

Regards
Rajesh

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Unique Extract.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ VBA to show Eastern Time zone less 5 minutes

2013-01-01 Thread Anoop K Sharma
Hi Sabosis,

Please replace your formula with below one.

ActiveCell.Formula = Time + TimeSerial(2, 55, 0)

Regards,
Anoop
Sr. Developer

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Select Unique values

2013-01-01 Thread Prince
Hi Kasper,

Dear instead of giving solution i just want to give the idea required to 
accomplish your task.just follow the below mentioned steps and it help you 
to do it from your own.

1:Select the columns of employee name .
2:click : Data Tab
3: Spot the option : Remove duplicate
4: it will ask extend your selection or continue with selection 
5:Choose Continue with selection
6:And thats it.

Note:if you want this unique data  to be displayed  in some other column 
then select your whole data and copy it some other place then follow above 
steps and paste the result at the required place

Regards
Prince



On Tuesday, January 1, 2013 6:30:24 PM UTC+5:30, kasper wrote:





 Hi Experts,

 Please refer the attached file  tell me 
 How to select employee names from the column B and display in Column D 
 after removing the duplicate.

 Regards
 Rajesh 



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread koul . ashish
Happy b'day Noorain Ansari


Regards
Ashish Koul
Sent on my BlackBerry® from Vodafone

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread Umesh Soni
Happy birthday Noorain.. May All u r wishes comes true have a great
Year Ahead.

Regards,

Umesh Soni

On Tue, Jan 1, 2013 at 7:43 PM, koul.ash...@gmail.com wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE  : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread Lalit Mohan Pandey
*Wish you a very happy B'Day Noorain*

On Wednesday, 2 January 2013 00:13:59 UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari 


 Regards 
 Ashish Koul 
 Sent on my BlackBerry® from Vodafone

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread Prince
Happay b. day Noorain Bhai.  May god bless you lots of happiness ahead.

Regards
Prince



On Wednesday, January 2, 2013 12:13:59 AM UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari 


 Regards 
 Ashish Koul 
 Sent on my BlackBerry® from Vodafone

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread अनिल नारायण गवली
Dear Noorian,

Wish U a very happy birthday:) Mag God bless u.


Thanks,
Gawli Anil

On Wed, Jan 2, 2013 at 8:37 AM, Prince prince141...@gmail.com wrote:

 Happay b. day Noorain Bhai.  May god bless you lots of happiness ahead.

 Regards
 Prince




 On Wednesday, January 2, 2013 12:13:59 AM UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Thanks  Regards,
Gawli Anil Narayan
Software Developer,
Abacus Software Services Pvt Ltd

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread अनिल नारायण गवली
On Wed, Jan 2, 2013 at 9:47 AM, अनिल नारायण गवली gawlianil8...@gmail.comwrote:

 Dear Noorian,

 Wish U a very happy birthday:) Mag God bless u.


 Thanks,
 Gawli Anil




-- 
Thanks  Regards,
Gawli Anil Narayan
Software Developer,
Abacus Software Services Pvt Ltd

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Please unsuscribe

2013-01-01 Thread Praveen Golash
Please do the needful.

-- 
Regards,

Praveen Golash

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread Rajan_Verma
HI Noorain .
wish you a great New year and Happy b day, 
have a great year ahead

Regards
Rajan verma

On Wednesday, 2 January 2013 00:13:59 UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari 


 Regards 
 Ashish Koul 
 Sent on my BlackBerry® from Vodafone

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Please unsuscribe

2013-01-01 Thread Anoop K Sharma
Send mail to below link

excel-macros+unsubscr...@googlegroups.com.


On Wed, Jan 2, 2013 at 10:25 AM, Praveen Golash praveen.gol...@gmail.comwrote:

 Please do the needful.

 --
 Regards,

 Praveen Golash


 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Regards,
Anoop
Sr. Developer

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread Anoop K Sharma
Happy B'day Noorain...


On Wed, Jan 2, 2013 at 10:50 AM, Rajan_Verma rajanverma1...@gmail.comwrote:

 HI Noorain .
 wish you a great New year and Happy b day,
 have a great year ahead

 Regards
 Rajan verma

 On Wednesday, 2 January 2013 00:13:59 UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Regards,
Anoop
Sr. Developer

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ how to remove space between numbers only.

2013-01-01 Thread Manoj Kumar
Hi,

Is there any way out for removing spaces between numbers only. Spaces 
between the text should be removed.

For example.

Manoj Kumar 9015 408 078 Manoj Kumar 9015418078

The text at the front is not always fixed. It can contain any number text 
and spaces.

Regards,
Manoj

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Excel Fun Video

2013-01-01 Thread NOORAIN ANSARI
Nice collection Amarthanks to share with us.

On Tue, Jan 1, 2013 at 4:16 PM, amar takale amartak...@gmail.com wrote:

 Dear my all Excel Group Members,

 I found Excel fun Video on Internet while searching Excel Solution  I
 like very much.I hope you all like it fun Video.So I  attached this
 Excel.Enjoy every excel users.

 Regards

 Amar

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
With Regards,
Noorain Ansari
http:// 
http://www.noorainansari.comnoorainansari.comhttp://www.noorainansari.com
http:// 
http://www.excelvbaclinic.blogspot.comexcelvbaclinic.comhttp://www.excelvbaclinic.blogspot.comhttp://accesssqclinic.blogspot.in/

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Prince
Hi Manoj,

use this this may help you incase if the Number is any Mobile number: 

=MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)

regards
Prince

On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:

 Hi,

 Is there any way out for removing spaces between numbers only. Spaces 
 between the text should be removed.

 For example.

 Manoj Kumar 9015 408 078 Manoj Kumar 9015418078

 The text at the front is not always fixed. It can contain any number text 
 and spaces.

 Regards,
 Manoj


-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Manoj Kumar
there is some text at end also. Sorry for inconvenience.


On Wed, Jan 2, 2013 at 11:20 AM, Prince prince141...@gmail.com wrote:

 Hi Manoj,

 use this this may help you incase if the Number is any Mobile number:

 =MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)

 regards
 Prince

 On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:

 Hi,

 Is there any way out for removing spaces between numbers only. Spaces
 between the text should be removed.

 For example.

 Manoj Kumar 9015 408 078 Manoj Kumar 9015418078

 The text at the front is not always fixed. It can contain any number text
 and spaces.

 Regards,
 Manoj

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Regards,
Manoj

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ How to make out Heat Map ????????

2013-01-01 Thread Rajan_Verma
Hi Dhaval,

i have created something for you, may be it can help you,

Download the heat map from here
http://www.excelfox.com/forum/f20/heat-map-739/

Regards
Rajan verma

On Monday, 31 December 2012 12:25:09 UTC+5:30, Dhaval Shah wrote:


 *HELLO EXPERTS ANY SOLUTIONS ??*


 -- Forwarded message --
 From: Dhaval Shah todhav...@gmail.com javascript:
 Date: Fri, Dec 28, 2012 at 1:56 PM
 Subject: $$Excel-Macros$$ How to make out Heat Map 
 To: excel-...@googlegroups.com javascript:




 *Dear Friends,*

 * *

 *Me Want to Build Heat map same as a  attached SNAP *

 *Refer my raw data for  reference *

 * pls guide me how to make out *

 ** **

 

 ** **

 Dhaval Shah 

 ** **

 Ahmedabad 

 M) 98240 35253 

 *We have usually made our best purchases when apprehensions about some 
 macro event were at a peak. Fear is the foe of the faddist, but the friend 
 of the fundamentalist*

 ** **

  -- 
 Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
  
 NOTE : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 excel-macros...@googlegroups.com javascript:.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
  
  



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Francis Mukobi
Could you please elaborate on the formula you have given, Prince?

Francis Mukobi
Frank Web Hosts
Your affordable  quality web hosts
http://frankhost.net


Manoj Kumar manoj.s...@gmail.com wrote:

there is some text at end also. Sorry for inconvenience.


On Wed, Jan 2, 2013 at 11:20 AM, Prince prince141...@gmail.com wrote:

 Hi Manoj,

 use this this may help you incase if the Number is any Mobile number:

 =MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)

 regards
 Prince

 On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:

 Hi,

 Is there any way out for removing spaces between numbers only. Spaces
 between the text should be removed.

 For example.

 Manoj Kumar 9015 408 078 Manoj Kumar 9015418078

 The text at the front is not always fixed. It can contain any number text
 and spaces.

 Regards,
 Manoj

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Regards,
Manoj

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Prince
Hi Francis,

This formula cut the string from first charactor up the number of numeric 
value inside that text i mean i have assumed that numeric value is a mobile 
number and every mobile number contains 10 digits in india so i cut the 
last 12 digit including space and concat that with first string that i got 
from left.

Regards
Prince

On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi wrote:

 Could you please elaborate on the formula you have given, Prince?

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts
 http://frankhost.net


 Manoj Kumar manoj...@gmail.com javascript: wrote:

 there is some text at end also. Sorry for inconvenience.
 
 
 On Wed, Jan 2, 2013 at 11:20 AM, Prince prince...@gmail.comjavascript: 
 wrote:
 
  Hi Manoj,
 
  use this this may help you incase if the Number is any Mobile number:
 
  =MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)
 
  regards
  Prince
 
  On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:
 
  Hi,
 
  Is there any way out for removing spaces between numbers only. Spaces
  between the text should be removed.
 
  For example.
 
  Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
 
  The text at the front is not always fixed. It can contain any number 
 text
  and spaces.
 
  Regards,
  Manoj
 
   --
  Join official Facebook page of this forum @
  https://www.facebook.com/discussexcel
 
  FORUM RULES
 
  1) Use concise, accurate thread titles. Poor thread titles, like Please
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not allowed.
 
  NOTE : Don't ever post confidential data in a workbook. Forum owners and
  members are not responsible for any loss.
  ---
  You received this message because you are subscribed to the Google 
 Groups
  MS EXCEL AND VBA MACROS group.
  To post to this group, send email to 
  excel-...@googlegroups.comjavascript:
 .
  To unsubscribe from this group, send email to
  excel-macros...@googlegroups.com javascript:.
  Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 
 
 
 
 
 
 -- 
 Regards,
 Manoj
 
 -- 
 Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
 
 NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 excel-macros...@googlegroups.com javascript:.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 
 



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread अनिल नारायण गवली
Dear Manoj,

If u want to remove only white space then use Substitute like given below.
=SUBSTITUTE(A1, ,)

Regards,
Gawli Anil

On Wed, Jan 2, 2013 at 12:15 PM, Prince prince141...@gmail.com wrote:

 Hi Francis,

 This formula cut the string from first charactor up the number of numeric
 value inside that text i mean i have assumed that numeric value is a mobile
 number and every mobile number contains 10 digits in india so i cut the
 last 12 digit including space and concat that with first string that i got
 from left.

 Regards
 Prince


 On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi wrote:

 Could you please elaborate on the formula you have given, Prince?

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts
 http://frankhost.net


 Manoj Kumar manoj...@gmail.com wrote:

 there is some text at end also. Sorry for inconvenience.
 
 
 On Wed, Jan 2, 2013 at 11:20 AM, Prince prince...@gmail.com wrote:
 
  Hi Manoj,
 
  use this this may help you incase if the Number is any Mobile number:
 
  =MID(A1,1,LEN(A1)-12)**SUBSTITUTE(RIGHT(A1,12), ,)
 
  regards
  Prince
 
  On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:
 
  Hi,
 
  Is there any way out for removing spaces between numbers only. Spaces
  between the text should be removed.
 
  For example.
 
  Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
 
  The text at the front is not always fixed. It can contain any number
 text
  and spaces.
 
  Regards,
  Manoj
 
   --
  Join official Facebook page of this forum @
  https://www.facebook.com/**discussexcelhttps://www.facebook.com/discussexcel
 
  FORUM RULES
 
  1) Use concise, accurate thread titles. Poor thread titles, like Please
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not allowed.
 
  NOTE : Don't ever post confidential data in a workbook. Forum owners
 and
  members are not responsible for any loss.
  ---
  You received this message because you are subscribed to the Google
 Groups
  MS EXCEL AND VBA MACROS group.
  To post to this group, send email to excel-...@googlegroups.com.

  To unsubscribe from this group, send email to
  excel-macros...@**googlegroups.com.

  Visit this group at http://groups.google.com/**
 group/excel-macros?hl=enhttp://groups.google.com/group/excel-macros?hl=en
 .
 
 
 
 
 
 
 --
 Regards,
 Manoj
 
 --
 Join official Facebook page of this forum @ https://www.facebook.com/**
 discussexcel https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
 
 NOTE  : Don't ever post confidential data in a workbook. Forum owners
 and members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-...@googlegroups.com.
 To unsubscribe from this group, send email to excel-macros...@**
 googlegroups.com.

 Visit this group at 
 http://groups.google.com/**group/excel-macros?hl=enhttp://groups.google.com/group/excel-macros?hl=en
 .
 
 

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Thanks  Regards,
Gawli Anil Narayan
Software Developer,

Re: $$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread Rajasekhar Praharaju
Happy birthday Noor have a delightful nd colourful moments a head.
On Jan 2, 2013 12:25 AM, Umesh Soni soniume...@gmail.com wrote:

 Happy birthday Noorain.. May All u r wishes comes true have a great
 Year Ahead.

 Regards,

 Umesh Soni

 On Tue, Jan 1, 2013 at 7:43 PM, koul.ash...@gmail.com wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE  : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread Amol Shrivastava
Happy Birth Day.Cheers :)


Regards,
Amol Shrivastava

On Wed, Jan 2, 2013 at 12:27 PM, Rajasekhar Praharaju 
rajasekhar.prahar...@gmail.com wrote:

 Happy birthday Noor have a delightful nd colourful moments a head.
 On Jan 2, 2013 12:25 AM, Umesh Soni soniume...@gmail.com wrote:

 Happy birthday Noorain.. May All u r wishes comes true have a great
 Year Ahead.

 Regards,

 Umesh Soni

 On Tue, Jan 1, 2013 at 7:43 PM, koul.ash...@gmail.com wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE  : Don't ever post confidential data in a workbook. Forum owners
 and members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.



  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






-- 
Thanks  Regards,

Amol Shrivastava
+91 99671 18180

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Prince
Hi Anil,

Monoj does not just required to remove with spaces. He wants to remove 
spaces from numeric value else everything is to keep intact.

Regards
Prince

On Wednesday, January 2, 2013 12:22:27 PM UTC+5:30, अनिल नारायण गवली wrote:

 Dear Manoj,
  
 If u want to remove only white space then use Substitute like given below.
 =SUBSTITUTE(A1, ,)
  
 Regards,
 Gawli Anil

 On Wed, Jan 2, 2013 at 12:15 PM, Prince prince...@gmail.com javascript:
  wrote:

 Hi Francis,

 This formula cut the string from first charactor up the number of numeric 
 value inside that text i mean i have assumed that numeric value is a mobile 
 number and every mobile number contains 10 digits in india so i cut the 
 last 12 digit including space and concat that with first string that i got 
 from left.

 Regards
 Prince


 On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi wrote:

 Could you please elaborate on the formula you have given, Prince?

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts
 http://frankhost.net


 Manoj Kumar manoj...@gmail.com wrote:

 there is some text at end also. Sorry for inconvenience.
 
 
 On Wed, Jan 2, 2013 at 11:20 AM, Prince prince...@gmail.com wrote:
 
  Hi Manoj,
 
  use this this may help you incase if the Number is any Mobile number:
 
  =MID(A1,1,LEN(A1)-12)**SUBSTITUTE(RIGHT(A1,12), ,)
 
  regards
  Prince
 
  On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:
 
  Hi,
 
  Is there any way out for removing spaces between numbers only. Spaces
  between the text should be removed.
 
  For example.
 
  Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
 
  The text at the front is not always fixed. It can contain any number 
 text
  and spaces.
 
  Regards,
  Manoj
 
   --
  Join official Facebook page of this forum @
  https://www.facebook.com/**discussexcelhttps://www.facebook.com/discussexcel
 
  FORUM RULES
 
  1) Use concise, accurate thread titles. Poor thread titles, like 
 Please
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need 
 Advice
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not allowed.
 
  NOTE : Don't ever post confidential data in a workbook. Forum owners 
 and
  members are not responsible for any loss.
  ---
  You received this message because you are subscribed to the Google 
 Groups
  MS EXCEL AND VBA MACROS group.
  To post to this group, send email to excel-...@googlegroups.com.

  To unsubscribe from this group, send email to
  excel-macros...@**googlegroups.com.

  Visit this group at http://groups.google.com/**
 group/excel-macros?hl=enhttp://groups.google.com/group/excel-macros?hl=en
 .
 
 
 
 
 
 
 -- 
 Regards,
 Manoj
 
 -- 
 Join official Facebook page of this forum @ https://www.facebook.com/**
 discussexcel https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
 
 NOTE  : Don't ever post confidential data in a workbook. Forum owners 
 and members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google 
 Groups MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-...@googlegroups.com.
 To unsubscribe from this group, send email to excel-macros...@**
 googlegroups.com.

 Visit this group at 
 http://groups.google.com/**group/excel-macros?hl=enhttp://groups.google.com/group/excel-macros?hl=en
 .
 
 

  -- 
 Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
  
 NOTE : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To post to 

Re: $$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread Kuldeep Singh
Hi Noorain Sir,

Wish you a many many happy returns of the day  very very happy JANMDIN.

Regards,
Kuldeep Singh
Info Edge India Limited (naukri.com)
Phone.: +91-120-4763789, Extn.: 789,9716615535
naukrikuld...@gmail.com || www.naukri.com
*Please* *Consider the environment. Please don't print this e-mail unless
you really need to.*

On Wed, Jan 2, 2013 at 12:28 PM, Amol Shrivastava shri.a...@gmail.comwrote:

 Happy Birth Day.Cheers :)


 Regards,
 Amol Shrivastava


 On Wed, Jan 2, 2013 at 12:27 PM, Rajasekhar Praharaju 
 rajasekhar.prahar...@gmail.com wrote:

 Happy birthday Noor have a delightful nd colourful moments a head.
 On Jan 2, 2013 12:25 AM, Umesh Soni soniume...@gmail.com wrote:

 Happy birthday Noorain.. May All u r wishes comes true have a great
 Year Ahead.

 Regards,

 Umesh Soni

 On Tue, Jan 1, 2013 at 7:43 PM, koul.ash...@gmail.com wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE  : Don't ever post confidential data in a workbook. Forum owners
 and members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.



  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






 --
 Thanks  Regards,

 Amol Shrivastava
 +91 99671 18180


  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are 

Re: $$Excel-Macros$$ Re: Happy b'day Noorain Ansari

2013-01-01 Thread Abhishek Jain
Happy birthday bro! and wish you a very happy new year ahead.

On Wed, Jan 2, 2013 at 10:51 AM, Anoop K Sharma aks.sharm...@gmail.comwrote:

 Happy B'day Noorain...


 On Wed, Jan 2, 2013 at 10:50 AM, Rajan_Verma rajanverma1...@gmail.comwrote:

 HI Noorain .
 wish you a great New year and Happy b day,
 have a great year ahead

 Regards
 Rajan verma

 On Wednesday, 2 January 2013 00:13:59 UTC+5:30, ashish wrote:

 Happy b'day Noorain Ansari


 Regards
 Ashish Koul
 Sent on my BlackBerry® from Vodafone

  --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.






 --
 Regards,
 Anoop
 Sr. Developer

 --
 Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.




-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Happy b'day Noorain Ansari

2013-01-01 Thread respuzy
Happy Birthday big bro
Sent from my BlackBerry® smartphone from Airtel Ghana

-Original Message-
From: koul.ash...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Tue, 1 Jan 2013 18:43:59 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Happy b'day Noorain Ansari

Happy b'day Noorain Ansari


Regards
Ashish Koul
Sent on my BlackBerry® from Vodafone

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.


-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Excel Fun Video

2013-01-01 Thread Ms-Exl-Learner
I don't know why you guy's are getting surprised for this one =-O . 
Because any of you can create lot more like this by just inserting any 
of your flash files in excel.


*Whatever the magic is happening is just a shadow of the flash files and 
excel is just a window which holds it :-P *


Same type of thread which is discussed earlier is given below for reference
http://www.discussexcel.com/?place=topic%2Fexcel-macros%2FvCh_fDVbAKA%2Fdiscussion


On 01-01-2013 4:16 PM, amar takale wrote:

Dear my all Excel Group Members,

I found Excel fun Video on Internet while searching Excel Solution  I 
like very much.I hope you all like it fun Video.So I attached this 
Excel.Enjoy every excel users.


Regards

Amar

--
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel


FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like 
Please Help, Urgent, Need Help, Formula Problem, Code Problem, and 
Need Advice will not get quick attention or may not be answered.

2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security 
measure.

4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE : Don't ever post confidential data in a workbook. Forum owners 
and members are not responsible for any loss.

---
You received this message because you are subscribed to the Google 
Groups MS EXCEL AND VBA MACROS group.

To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.

Visit this group at http://groups.google.com/group/excel-macros?hl=en.




--
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS EXCEL AND VBA MACROS group.

To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Francis Mukobi
What if it is a list of phone numbers and these numbers have different lengths? 
I mean some phone numbers are from India (10 digits ) and some numbers are from 
say Indonesia (14 digits ) etc. How do I remove spaces from such a list of 
numbers?

Over to you Prince. 

Francis Mukobi
Frank Web Hosts
Your affordable  quality web hosts 
http://frankhost.net

For every domain purchased from us, we host you for the first 3 months FREE!

Prince prince141...@gmail.com wrote:

Hi Francis,

This formula cut the string from first charactor up the number of numeric 
value inside that text i mean i have assumed that numeric value is a mobile 
number and every mobile number contains 10 digits in india so i cut the 
last 12 digit including space and concat that with first string that i got 
from left.

Regards
Prince

On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi wrote:

 Could you please elaborate on the formula you have given, Prince?

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts
 http://frankhost.net


 Manoj Kumar manoj...@gmail.com javascript: wrote:

 there is some text at end also. Sorry for inconvenience.
 
 
 On Wed, Jan 2, 2013 at 11:20 AM, Prince prince...@gmail.comjavascript: 
 wrote:
 
  Hi Manoj,
 
  use this this may help you incase if the Number is any Mobile number:
 
  =MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)
 
  regards
  Prince
 
  On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar wrote:
 
  Hi,
 
  Is there any way out for removing spaces between numbers only. Spaces
  between the text should be removed.
 
  For example.
 
  Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
 
  The text at the front is not always fixed. It can contain any number 
 text
  and spaces.
 
  Regards,
  Manoj
 
   --
  Join official Facebook page of this forum @
  https://www.facebook.com/discussexcel
 
  FORUM RULES
 
  1) Use concise, accurate thread titles. Poor thread titles, like Please
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not allowed.
 
  NOTE : Don't ever post confidential data in a workbook. Forum owners and
  members are not responsible for any loss.
  ---
  You received this message because you are subscribed to the Google 
 Groups
  MS EXCEL AND VBA MACROS group.
  To post to this group, send email to 
  excel-...@googlegroups.comjavascript:
 .
  To unsubscribe from this group, send email to
  excel-macros...@googlegroups.com javascript:.
  Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 
 
 
 
 
 
 -- 
 Regards,
 Manoj
 
 -- 
 Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
 
 NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To post to this group, send email to excel-...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 excel-macros...@googlegroups.com javascript:.
 Visit this group at http://groups.google.com/group/excel-macros?hl=en.
 
 



-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 

Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Prince
In this case we need to have a fomula that can count the existence of 
number in the text so in that case we need to modify this formula.

that i let u know how.

Regards
Prince

On Wednesday, January 2, 2013 12:54:34 PM UTC+5:30, Francis Mukobi wrote:

 What if it is a list of phone numbers and these numbers have different 
 lengths? I mean some phone numbers are from India (10 digits ) and some 
 numbers are from say Indonesia (14 digits ) etc. How do I remove spaces 
 from such a list of numbers?

 Over to you Prince. 

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts 
 http://frankhost.net

 For every domain purchased from us, we host you for the first 3 months 
 FREE!

 Prince prince...@gmail.com javascript: wrote:

 Hi Francis,
 
 This formula cut the string from first charactor up the number of numeric 
 value inside that text i mean i have assumed that numeric value is a 
 mobile 
 number and every mobile number contains 10 digits in india so i cut the 
 last 12 digit including space and concat that with first string that i 
 got 
 from left.
 
 Regards
 Prince
 
 On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi wrote:
 
  Could you please elaborate on the formula you have given, Prince?
 
  Francis Mukobi
  Frank Web Hosts
  Your affordable  quality web hosts
  http://frankhost.net
 
 
  Manoj Kumar manoj...@gmail.com javascript: wrote:
 
  there is some text at end also. Sorry for inconvenience.
  
  
  On Wed, Jan 2, 2013 at 11:20 AM, Prince 
  prince...@gmail.comjavascript: 

  wrote:
  
   Hi Manoj,
  
   use this this may help you incase if the Number is any Mobile number:
  
   =MID(A1,1,LEN(A1)-12)SUBSTITUTE(RIGHT(A1,12), ,)
  
   regards
   Prince
  
   On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar 
 wrote:
  
   Hi,
  
   Is there any way out for removing spaces between numbers only. 
 Spaces
   between the text should be removed.
  
   For example.
  
   Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
  
   The text at the front is not always fixed. It can contain any 
 number 
  text
   and spaces.
  
   Regards,
   Manoj
  
--
   Join official Facebook page of this forum @
   https://www.facebook.com/discussexcel
  
   FORUM RULES
  
   1) Use concise, accurate thread titles. Poor thread titles, like 
 Please
   Help, Urgent, Need Help, Formula Problem, Code Problem, and Need 
 Advice
   will not get quick attention or may not be answered.
   2) Don't post a question in the thread of another member.
   3) Don't post questions regarding breaking or bypassing any security
   measure.
   4) Acknowledge the responses you receive, good or bad.
   5) Jobs posting is not allowed.
   6) Sharing copyrighted material and their links is not allowed.
  
   NOTE : Don't ever post confidential data in a workbook. Forum owners 
 and
   members are not responsible for any loss.
   ---
   You received this message because you are subscribed to the Google 
  Groups
   MS EXCEL AND VBA MACROS group.
   To post to this group, send email to excel-...@googlegroups.com
 javascript:
  .
   To unsubscribe from this group, send email to
   excel-macros...@googlegroups.com javascript:.
   Visit this group at 
 http://groups.google.com/group/excel-macros?hl=en.
  
  
  
  
  
  
  -- 
  Regards,
  Manoj
  
  -- 
  Join official Facebook page of this forum @ 
  https://www.facebook.com/discussexcel
  
  FORUM RULES
  
  1) Use concise, accurate thread titles. Poor thread titles, like 
 Please 
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security 
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not allowed.
  
  NOTE  : Don't ever post confidential data in a workbook. Forum owners 
 and 
  members are not responsible for any loss.
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  MS EXCEL AND VBA MACROS group.
  To post to this group, send email to excel-...@googlegroups.com
 javascript:
  .
  To unsubscribe from this group, send email to 
  excel-macros...@googlegroups.com javascript:.
  Visit this group at http://groups.google.com/group/excel-macros?hl=en.
  
  
 
 
 
 -- 
 Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) 

Re: $$Excel-Macros$$ Re: how to remove space between numbers only.

2013-01-01 Thread Manoj Kumar
Thanks Anoop.

Solved My Problem. but it would be nice if formula also return the name 
along with phone number.

On Wednesday, 2 January 2013 13:17:35 UTC+5:30, Enrique Martin wrote:

 Paste the following code in the module. this will extract all the numbers 
 removing spaces.

 Please see the example in attached file.

 Function RemoveSpaces(str As String) As String
 Dim myLen As Long
 Dim myChar As String
 Dim myWrd As String
 Dim iCount As Integer
 Dim myGet As String
 myLen = Len(str)
 myWrd = str
 For iCount = 1 To myLen
 myChar = Mid$(myWrd, iCount, 1)
 If IsNumeric(myChar) Then
 myGet = myGet  myChar
 End If
 Debug.Print myChar
 Next iCount
 RemoveSpaces = myGet
 End Function

 Regards,
 Anoop


 On Wed, Jan 2, 2013 at 1:01 PM, Prince prince...@gmail.com 
 javascript:wrote:

 In this case we need to have a fomula that can count the existence of 
 number in the text so in that case we need to modify this formula.

 that i let u know how.

 Regards
 Prince


 On Wednesday, January 2, 2013 12:54:34 PM UTC+5:30, Francis Mukobi wrote:

 What if it is a list of phone numbers and these numbers have different 
 lengths? I mean some phone numbers are from India (10 digits ) and some 
 numbers are from say Indonesia (14 digits ) etc. How do I remove spaces 
 from such a list of numbers?

 Over to you Prince. 

 Francis Mukobi
 Frank Web Hosts
 Your affordable  quality web hosts 
 http://frankhost.net

 For every domain purchased from us, we host you for the first 3 months 
 FREE!

 Prince prince...@gmail.com wrote:

 Hi Francis,
 
 This formula cut the string from first charactor up the number of 
 numeric 
 value inside that text i mean i have assumed that numeric value is a 
 mobile 
 number and every mobile number contains 10 digits in india so i cut the 
 last 12 digit including space and concat that with first string that i 
 got 
 from left.
 
 Regards
 Prince
 
 On Wednesday, January 2, 2013 12:00:56 PM UTC+5:30, Francis Mukobi 
 wrote:
 
  Could you please elaborate on the formula you have given, Prince?
 
  Francis Mukobi
  Frank Web Hosts
  Your affordable  quality web hosts
  http://frankhost.net
 
 
  Manoj Kumar manoj...@gmail.com javascript: wrote:
 
  there is some text at end also. Sorry for inconvenience.
  
  
  On Wed, Jan 2, 2013 at 11:20 AM, Prince 
  prince...@gmail.com**javascript: 

  wrote:
  
   Hi Manoj,
  
   use this this may help you incase if the Number is any Mobile 
 number:
  
   =MID(A1,1,LEN(A1)-12)**SUBSTITUTE(RIGHT(A1,12), ,)
  
   regards
   Prince
  
   On Wednesday, January 2, 2013 11:04:37 AM UTC+5:30, Manoj Kumar 
 wrote:
  
   Hi,
  
   Is there any way out for removing spaces between numbers only. 
 Spaces
   between the text should be removed.
  
   For example.
  
   Manoj Kumar 9015 408 078 Manoj Kumar 9015418078
  
   The text at the front is not always fixed. It can contain any 
 number 
  text
   and spaces.
  
   Regards,
   Manoj
  
--
   Join official Facebook page of this forum @
   https://www.facebook.com/**discussexcelhttps://www.facebook.com/discussexcel
  
   FORUM RULES
  
   1) Use concise, accurate thread titles. Poor thread titles, like 
 Please
   Help, Urgent, Need Help, Formula Problem, Code Problem, and Need 
 Advice
   will not get quick attention or may not be answered.
   2) Don't post a question in the thread of another member.
   3) Don't post questions regarding breaking or bypassing any 
 security
   measure.
   4) Acknowledge the responses you receive, good or bad.
   5) Jobs posting is not allowed.
   6) Sharing copyrighted material and their links is not allowed.
  
   NOTE : Don't ever post confidential data in a workbook. Forum 
 owners and
   members are not responsible for any loss.
   ---
   You received this message because you are subscribed to the Google 
  Groups
   MS EXCEL AND VBA MACROS group.
   To post to this group, send email to excel-...@googlegroups.com**
 javascript:
  .
   To unsubscribe from this group, send email to
   excel-macros...@googlegroups.**com javascript:.
   Visit this group at http://groups.google.com/**
 group/excel-macros?hl=enhttp://groups.google.com/group/excel-macros?hl=en
 .
  
  
  
  
  
  
  -- 
  Regards,
  Manoj
  
  -- 
  Join official Facebook page of this forum @ 
  https://www.facebook.com/**discussexcelhttps://www.facebook.com/discussexcel
  
  FORUM RULES
  
  1) Use concise, accurate thread titles. Poor thread titles, like 
 Please 
  Help, Urgent, Need Help, Formula Problem, Code Problem, and Need 
 Advice 
  will not get quick attention or may not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing any security 
  measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material