$$Excel-Macros$$ Re: Fwd: about to remove #VALUE! error

2009-08-16 Thread Manish Purohit
Hi Dhananjay, Find the attached excel file with the solution. You can use N( ) to treat any string as 0. Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. _ From: excel-macros@googlegroups.com [mailto:excel

$$Excel-Macros$$ Re: insert = in every cell as prefix with nos Blank

2009-08-16 Thread Manish Purohit
Insertequals() Dim cel As Range For Each cel In Selection If IsNumeric(cel.Value) Then cel.Value = = cel.Value End If Next End Sub Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination

$$Excel-Macros$$ Re: Help with formatting and subtotal

2009-08-16 Thread Manish Purohit
We can do the subtotal in one cell only. Find the attached excel file for the solutions Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. _ From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com

$$Excel-Macros$$ Re: How to delete characters after a value in a cell?

2009-07-25 Thread Manish Purohit
You can use replace all and in find area put .com* (without quotes) and in replace area put .com. Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Original Message- From: excel-macros@googlegroups.com [mailto:excel-mac

$$Excel-Macros$$ Re: How to retrieve the address of a cell used in a formula

2009-07-25 Thread Manish Purohit
Could you attaché the excel file. Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Original Message- From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Telenochek Sent: 25 July 2009

$$Excel-Macros$$ Re: 1Hardcode a cell value to the code(macro code) |||||||||||||| 2code to save only a particular cell value at the time of closing the workbook

2009-07-15 Thread Manish Purohit
Hi, I think it will work better without using any variable. Try using the below code Sub PasteAsValue() Range(A1).Copy Range(A1).PasteSpecial xlPasteValues End Sub Regards, Manish Purohit Imagination is more important than knowledge. Knowledge is limited. Imagination