Thread
:
Return formula minus = sign
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
Return formula minus = sign
Is there any way to get the code below to return formula in cell B4 without
the = sign. So if the cell contains =10+10+4.50 I want only 10+10+4.50
TextBox93.Text = Worksheets("Income").Range("B4").Text
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds