Debraj
Excel Ninja
Please help me to set the below code..
Actual URL is
where bold part is changeable..
So in BJ2 formula should be
="http://www.SomeWebsite.com/catalog/?q="&B2&"&submit=&baseUrl="[/code]
Can Someone help me to to put (") at correct place in the below code..
<span style="color:rgb(255,0,0);"> Range("bj2:bj" & lrinVD).Formula = "="http://www.SomeWebsite.com/catalog/?q=" & B2 & "&submit=&baseUrl=""</span>
Actual URL is
Code:
http://www.SomeWebsite.com/catalog/?q=[b]AR271WA85RRAINDFAS[/b][code]&submit=&baseUrl=
where bold part is changeable..
So in BJ2 formula should be
="http://www.SomeWebsite.com/catalog/?q="&B2&"&submit=&baseUrl="[/code]
Can Someone help me to to put (") at correct place in the below code..
<span style="color:rgb(255,0,0);"> Range("bj2:bj" & lrinVD).Formula = "="http://www.SomeWebsite.com/catalog/?q=" & B2 & "&submit=&baseUrl=""</span>