L

Newcomer

Registered on:02/14/2015
Last activity:02/18/2015 at 00:23
Version of Excel:2007
Posts
2
Votes
0
Files
0
Downloads
0
ThreadsPostsStatisticsVotes received

Threads Created by LucieG

DateForumThreadMessage Excerpt
02/14/2015 at 13:11Excel - VBAMacro find replace in formulaI am trying to run a macro replacing a part of a formula using find-replace: Find: AND( Replace: AND(INDIRECT(“AL”&ROW())="1"); (within the macro of course quotation marks are added) When recording the macro this works perfectly fine, which is unfortunately not the case when I want to apply the macr...