Hi Abdul,

Select the cell and try the following code.

Sub check()
If ActiveCell.HasFormula Then
MsgBox ("cell contains formula")
Else
MsgBox ("cell does not have formula")
End If
End Sub
Thanks & Regards,
-- 
DILIP KUMAR PANDEY
  MBA-HR,B COM(Hons.),BCA
Mobile: +91 9810929744
dilipan...@gmail.com
dilipan...@yahoo.com
New Delhi - 110062
On Fri, May 22, 2009 at 8:08 PM, Abdul Hakim <abdulhakimk...@gmail.com>wrote:

>
> Dear All,
>
> I want to check the cell value via conditional formatting that whether
> the value is manual entered or formula.
>
> can any body assist me to solving this problem.
>
> Regards,
> Abdul Hakim...
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to