Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
INDIRECT FUNCTION
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jacob Skaria, post: 3278436"] INDIRECT() evaluates cell references are display their contents...You can try something like the below. =EquateFormula(A1) Function EquateFormula(strData As String) As Variant EquateFormula = Application.Evaluate("=" & strData) End Function [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Misc
INDIRECT FUNCTION
Top