|
-
Aug 1st, 2019, 08:43 AM
#1
Thread Starter
Member
Excel VBA : Help me to join string and variable using VBA
Hi Friends,
I have a string and a variable called "Formula". I want to append this string with my variable and update this value in the Cells(Lastrow, 3) of my active sheet.
String is :
“=IFERROR(IF(O9=” + Formula + " ;””);”Missing Leader Price”) "
Note : Orange part is my string
I tried to do it but its showing error. Can somebody help me to provide the vba code for this.
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|