Hi There,
I am assigning a string to variable in my VBA code. I need to pull this value again in if formula. The code is looking like this.
This is resolving the value of existing in the formula i.e. in the cell I am getting =if(condition, Test1, "Not Defined"). The problem is that after resolving the name it is not adding " " in the formula. All I need is that when this formula get resolved it should give me =if(condition, "Test1", "Not Defined")![]()
Please Login or Register to view this content.
Thanks in advance
Bookmarks