thank you very much it is working fine.

thank to all the member to support me.

regards,

sanjib


On Tue, Oct 25, 2011 at 7:32 PM, dguillett1 <dguille...@gmail.com> wrote:

>   I have this in my personal.xls file assigned to a custom button
> Select your range and fire it
>
> Sub fixmynums()
> Application.ScreenUpdating = False
> On Error Resume Next
>     For Each C In Selection
>    If Trim(Len(C)) > 0 And C.HasFormula = False Then
>     C.NumberFormat = "General"
>     C.Value = CDbl(C)
>    End If
>   Next
>
> Application.ScreenUpdating = True
> End Sub
>
> Don Guillett
> SalesAid Software
> dguille...@gmail.com
>
>  *From:* Sanjib Chatterjee <chatterjee.kolk...@gmail.com>
> *Sent:* Tuesday, October 25, 2011 3:00 AM
> *To:* excel-macros <excel-macros@googlegroups.com>
> *Subject:* $$Excel-Macros$$ unable to do any operation with this data
>
> Dear Members,
>
> Please see the attachment.  I am unable to do any operation with this
> figure in the excel file.  (i.e. Addition, multiplication, division etc)
>
>
> please help!!!!!!!!
>
> regards,
>
> Sanjib
>
>
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to