Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default converting constant/text to formula and evaluate it


Tom, thank you for that script, it works perfectly!

Another question.... is it possible to make the result look like
link, instead of just text? After I run the function, the cel
contents are still black, not the 'expected' blue. It's still a lin
but could be made more intuitive by changing its color. Any way to d
that? Thanks again!

pau

--
tsuoyin
-----------------------------------------------------------------------
tsuoying's Profile: http://www.excelforum.com/member.php...fo&userid=2011
View this thread: http://www.excelforum.com/showthread.php?threadid=34681

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default converting constant/text to formula and evaluate it

Sub ReevaluateColumnB()
Columns(2).Replace _
What:="=", _
Replacement:="=", _
LookAt:=xlPart, _
SearchOrder:=xlByRows, _
MatchCase:=False
Columns(2).specialCells(xlFormulas).Font.ColorInde x = 5
End Sub

--
Regards,
Tom Ogilvy


"tsuoying" wrote in message
...

Tom, thank you for that script, it works perfectly!

Another question.... is it possible to make the result look like a
link, instead of just text? After I run the function, the cell
contents are still black, not the 'expected' blue. It's still a link
but could be made more intuitive by changing its color. Any way to do
that? Thanks again!

paul


--
tsuoying
------------------------------------------------------------------------
tsuoying's Profile:

http://www.excelforum.com/member.php...o&userid=20110
View this thread: http://www.excelforum.com/showthread...hreadid=346810



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting calculation expressed as text into a formula Paul Stagg Excel Discussion (Misc queries) 3 January 12th 09 05:51 PM
converting results from formula to text in a new column nodotdak New Users to Excel 3 November 22nd 06 04:48 PM
Converting text string back into a formula Kevin c Excel Discussion (Misc queries) 1 October 17th 06 09:52 PM
VBA Function to evaluate hlookup text string as formula Eric[_22_] Excel Programming 2 August 2nd 04 04:57 PM
How to evaluate a text expression as formula ? Krzysztof Klimczak Excel Programming 0 August 29th 03 04:31 PM


All times are GMT +1. The time now is 11:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"