Hi All
I have a list of suppliers in column A I need a VBA which should help me in fetching the Supplier WEB Url in the next column when I run the code..
Is this possible... can some one kindly help
Regards
Kiran Kumar
Hi All
I have a list of suppliers in column A I need a VBA which should help me in fetching the Supplier WEB Url in the next column when I run the code..
Is this possible... can some one kindly help
Regards
Kiran Kumar
maybe You will need only simple join of texts
Consider to attach some expamle workbook with dummy data.
example of join
![]()
partURL ="http://someaddress.com?user=" For Each cl in columns("A").specialcells(2) cl.offset(,1).value = partURL & cl next cl
Best Regards
MaczaQ
---------------------------------------------------------------------------------------------------------------------------
If you are satisfied with the solution(s) provided, please mark your thread as Solved
If you are pleased with my answer consider to rate it. To thank someone who has helped you, click on the star icon below their name.
- This way you will add him some reputation points ... thanks in advance.
Hi Mac,
Please find the enclosed excel sheet with some company names....
when I run macro against column B I need get the supplier Web address (Url) in the Column C
Thanks for your precious time
Regards
Kiran Kumar
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks